From 5f8ed81b5545dc31e3851b983e7660f2c5f4311c Mon Sep 17 00:00:00 2001
From: zepengdev <lzpsmith@outlook.com>
Date: Wed, 04 Jun 2025 18:32:06 +0800
Subject: [PATCH] 1、PlatformCategory继承BaseEntity 2、调整PlatformCategoryView字段 3、完成queryPlatformCategory接口开发

---
 oying-system/src/main/resources/config/application-dev.yml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/oying-system/src/main/resources/config/application-dev.yml b/oying-system/src/main/resources/config/application-dev.yml
index 31dbb3f..ba81b21 100644
--- a/oying-system/src/main/resources/config/application-dev.yml
+++ b/oying-system/src/main/resources/config/application-dev.yml
@@ -178,6 +178,7 @@
   endpoint: https://obs.cn-southwest-2.myhuaweicloud.com
 
 winner-look:
-  url: https://118.178.116.15:8443/
+  url-send-msg: https://118.178.116.15:8443/winnerrxd/api/trigger/SendMsg
+  url-send-msg-batch: https://118.178.116.15:8443/winnerrxd/api/trigger/SendBatchMsg
   user-code: CQLYSXYJ
   user-pass: lych1205!

--
Gitblit v1.9.3