添加耗材
This commit is contained in:
parent
58ad37b845
commit
1c776b8d5e
|
|
@ -65,6 +65,9 @@ server:
|
||||||
port: 9888
|
port: 9888
|
||||||
prod: dev1
|
prod: dev1
|
||||||
queue: cart_queue_putdev1
|
queue: cart_queue_putdev1
|
||||||
|
subscribe:
|
||||||
|
message:
|
||||||
|
miniprogramState: trial
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,6 +62,9 @@ thirdPay:
|
||||||
callFSTBack: https://cashier.sxczgkj.cn${server.servlet.context-path}notify/notifyfstCallBack
|
callFSTBack: https://cashier.sxczgkj.cn${server.servlet.context-path}notify/notifyfstCallBack
|
||||||
prod: prod1
|
prod: prod1
|
||||||
queue: cart_queue_putprod1
|
queue: cart_queue_putprod1
|
||||||
|
subscribe:
|
||||||
|
message:
|
||||||
|
miniprogramState: formal
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,8 +5,8 @@ server:
|
||||||
wx:
|
wx:
|
||||||
login:
|
login:
|
||||||
business:
|
business:
|
||||||
appId:
|
appId: wxcf0fe8cdba153fd6
|
||||||
secrete:
|
secrete: c33e06467c6879a62af633d50ed6b720
|
||||||
custom:
|
custom:
|
||||||
appId: wxd88fffa983758a30
|
appId: wxd88fffa983758a30
|
||||||
secrete: a34a61adc0602118b49400baa8812454
|
secrete: a34a61adc0602118b49400baa8812454
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue