From b228b83f5ba21e9bd1d7d6090c3adda6d1829770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AD=90=E9=93=AD?= Date: Sat, 8 Mar 2025 16:36:14 +0800 Subject: [PATCH] cmb --- configs/config.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/configs/config.yaml b/configs/config.yaml index 2f5daf1..bd943f7 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -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 #业务日志路径:如果不写日志,则不配置或配置为空