diff --git a/app/main/api/etc/main.dev.yaml b/app/main/api/etc/main.dev.yaml index c6175a6..f38536d 100644 --- a/app/main/api/etc/main.dev.yaml +++ b/app/main/api/etc/main.dev.yaml @@ -70,8 +70,8 @@ SystemConfig: ThreeVerify: false CommissionSafeMode: false # 佣金安全防御模式:true-冻结模式,false-直接结算模式 WechatH5: - AppID: "wxa581992dc74d860e" - AppSecret: "4de1fbf521712247542d49907fcd5dbf" + AppID: "wxd391e40295bd9dfb" + AppSecret: "f0fa74f7ed8c3c9953677465d44a4c0c" WechatMini: AppID: "wx781abb66b3368963" # 小程序的AppID AppSecret: "c7d02cdb0fc23c35c93187af9243b00d" # 小程序的AppSecret diff --git a/app/main/api/etc/main.yaml b/app/main/api/etc/main.yaml index 7dd8971..489c95a 100644 --- a/app/main/api/etc/main.yaml +++ b/app/main/api/etc/main.yaml @@ -73,8 +73,11 @@ SystemConfig: ThreeVerify: true CommissionSafeMode: false # 佣金安全防御模式:true-冻结模式,false-直接结算模式 WechatH5: - AppID: "wxa581992dc74d860e" - AppSecret: "4de1fbf521712247542d49907fcd5dbf" + AppID: "wxd391e40295bd9dfb" + AppSecret: "f0fa74f7ed8c3c9953677465d44a4c0c" +# WechatH5: +# AppID: "wxa581992dc74d860e" +# AppSecret: "4de1fbf521712247542d49907fcd5dbf" WechatMini: AppID: "wx781abb66b3368963" # 小程序的AppID AppSecret: "c7d02cdb0fc23c35c93187af9243b00d" # 小程序的AppSecret