From e16ac98e0d1049d18c508799d64f11d942c74920 Mon Sep 17 00:00:00 2001 From: Administrator <15274802129@163.com> Date: Sun, 27 Apr 2025 14:32:57 +0800 Subject: [PATCH] refactor(votesActivity): 修改自主报名字段名称 --- src/main/resources/application-test.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 5fe31ed..d28f458 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -73,9 +73,9 @@ xcx_appid: wxe8454293f5c4c143 xcx_secret: 33c3ad513344cf6c16904e5d528b70ea debug: true - wecharPaynotifyUrl: http://blnka.csxuncong.com/api/xcxPay/wxpayCallback - wecharActivityPaynotifyUrl: http://blnka.csxuncong.com/api/xcxPay/activityOrderCallback - wecharRechargePaynotifyUrl: http://blnka.csxuncong.com/api/xcxPay/rechargeCallBack + wecharPaynotifyUrl: http://happy.csxuncong.com/api/xcxPay/wxpayCallback + wecharActivityPaynotifyUrl: http://happy.csxuncong.com/api/xcxPay/activityOrderCallback + wecharRechargePaynotifyUrl: http://happy.csxuncong.com/api/xcxPay/rechargeCallBack certLocalPath: /home/cert/apiclient_cert.p12 wecharpayMchid: 1714199495 wecharpaySecret: kKUSYkP73JiCAzDGu2ZfecJNfhvh3sSc -- Gitblit v1.9.1