From 48b6f19e19502b2f6469bab3e6a266d88a8e9c8b Mon Sep 17 00:00:00 2001 From: leomon <2233021400@qq.com> Date: Wed, 09 Jul 2025 23:04:29 +0800 Subject: [PATCH] 订单号string 提供订单消息插入接口 --- 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