cmb
This commit is contained in:
parent
f5de5b58fd
commit
b228b83f5b
|
|
@ -33,7 +33,7 @@ rocketMQ:
|
|||
topic: voucher_order_create
|
||||
group: voucher_order_create_group
|
||||
isOpenConsumer: false #是否启动消费 true/false
|
||||
PerCoroutineCnt: 5 #协程数量,不配置默认为20
|
||||
PerCoroutineCnt: 3 #协程数量,不配置默认为20
|
||||
RetryCnt: 3 #重试次数,不配置默认38
|
||||
notify:
|
||||
topic: voucher_order_notify
|
||||
|
|
@ -42,6 +42,20 @@ rocketMQ:
|
|||
PerCoroutineCnt: 3 #协程数量,不配置默认为20
|
||||
RetryCnt: 3 #重试次数,不配置默认38
|
||||
|
||||
wechatNotifyMQ:
|
||||
accessKeyId: "LTAI5tPyV7FynQNTfEvbEBuX"
|
||||
accessKeySecret: "tZmTh8cV98xAQgtlRU0soWcb6Tpd4T"
|
||||
endPoint: "http://1389288909295870.mqrest.cn-hangzhou.aliyuncs.com"
|
||||
regionId: "hangzhou"
|
||||
instanceId: "MQ_INST_1389288909295870_BYSoMttI"
|
||||
topic: "notify"
|
||||
groupId: "GID_market_pro"
|
||||
tag: "voucher_notify_dev"
|
||||
tags:
|
||||
- voucher_notify_dev
|
||||
isOpenConsumer: false #是否启动消费 true/false
|
||||
registerTagUrl: "https://wpcallbacks.api.1688sup.com/wechatPay/register_tag"
|
||||
|
||||
wechat:
|
||||
mchID: "1605446142" # 证书所属商户 蓝色兄弟服务商立减金配置
|
||||
mchCertificateSerialNumber: "4D081089DEB385316CBDCB55C070287E4920AC76"
|
||||
|
|
@ -58,20 +72,6 @@ cmb:
|
|||
orgNo: "LANSEXIONGDI" # 发码机构号,固定值,掌上生活优惠券系统提供
|
||||
notifyUrl: "https://sandbox.cdcc.cmbchina.com/AccessGateway/transIn/updateCodeStatus.json" # 招行测试回调地址
|
||||
|
||||
wechatNotifyMQ:
|
||||
accessKeyId: "LTAI5tPyV7FynQNTfEvbEBuX"
|
||||
accessKeySecret: "tZmTh8cV98xAQgtlRU0soWcb6Tpd4T"
|
||||
endPoint: "http://1389288909295870.mqrest.cn-hangzhou.aliyuncs.com"
|
||||
regionId: "hangzhou"
|
||||
instanceId: "MQ_INST_1389288909295870_BYSoMttI"
|
||||
topic: "notify"
|
||||
groupId: "GID_market_pro"
|
||||
tag: "voucher_notify_dev"
|
||||
tags:
|
||||
- voucher_notify_dev
|
||||
isOpenConsumer: false #是否启动消费 true/false
|
||||
registerTagUrl: "https://wpcallbacks.api.1688sup.com/wechatPay/register_tag"
|
||||
|
||||
#配置日志
|
||||
logs:
|
||||
business: business.log #业务日志路径:如果不写日志,则不配置或配置为空
|
||||
|
|
|
|||
Loading…
Reference in New Issue