no message

This commit is contained in:
2025-08-22 19:49:28 +08:00
parent a8b2fc1149
commit 0433f75eb9
10 changed files with 663 additions and 8 deletions

View File

@ -1,9 +1,10 @@
server:
port: 8019
spring:
application:
name: sczx-singlepay # 微服务名称
name: sczx_singlepay # 微服务名称
http:
encoding:
charset: UTF-8
@ -18,7 +19,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: 115.190.8.52:8848 # Nacos 地址
server-addr: 127.0.0.1:8848 # Nacos 地址
group: DEFAULT_GROUP
metadata:
version: 1.0.0
@ -60,3 +61,4 @@ wechat:
mch-id: your_mch_id
key: your_api_key
notify-url: http://115.190.8.52:8019/api/payment/notify
refund-notify-url: http://115.190.8.52:8019/api/payment/refundNotify