From 48525d55d8eb6971b9723e85dffaa21a55b00991 Mon Sep 17 00:00:00 2001 From: liulin <lin.liu@88.com> Date: 星期五, 04 七月 2025 13:44:54 +0800 Subject: [PATCH] 添加mqtt --- src/main/resources/application-test.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 4914ca0..604cae0 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -66,7 +66,7 @@ keyPath: d:/data/wxpay/apiclient_cert.p12 # 商户证书路径 xxx_cert.p12 privateKeyPath: d:/data/wxpay/apiclient_key.pem # 商户证书路径 xxx_key.pem certificateSn: 48FC0C8D96B147CE751AEEBC882C20676F900581 # 微信支付API证书序列号 - appID: wx08c82dac406bee56 - notifyBasicUrl: https://www.huiwuyuntong.com/water-qinghe-local # 本地调试回调,请用frpc代理天翼云服务器端口 11101,到本机的8929 + appID: wxd361a7f92bb0c73a + notifyBasicUrl: https://www.huiwuyuntong.com/water-ration-beta # 本地调试回调,请用frpc代理天翼云服务器端口 11101,到本机的8929 -- Gitblit v1.9.3