no message
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user