From e476cbf1e97216fe3518dfe1252d30b23ffb3549 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 19 Jul 2023 17:36:39 +0800
Subject: [PATCH] 商城商品修改
---
src/main/resources/application-dev.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 31f4d3f..5d8132b 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -68,12 +68,12 @@
domain: https://openapi.alipaydev.com/gateway.do
xcx:
- wechar_login_url: https://api.weixin.qq.com/sns/jscode2session?appid=%s&secret=%s&js_code=%s&grant_type=authorization_code
+ wechar_login_url: https://api.weixin.qq.com/sns/oauth2/access_token?appid=%s&secret=%s&code=%s&grant_type=authorization_code
xcx_appid: wx052716b1a388b13c
xcx_secret: e7cf355e7234f035d8fea6a3a19513b9
debug: false
- wecharPaynotifyUrl: http://ywgpz.csxuncong.com/api/xcxPay/wxpayCallback
- wecharRechargePaynotifyUrl: http://ywgpz.csxuncong.com/api/xcxPay/rechargeCallBack
+ wecharPaynotifyUrl: https://ywgpzapi.meiao.biz/api/xcxPay/wxpayCallback
+ wecharRechargePaynotifyUrl: https://ywgpzapi.meiao.biz/api/xcxPay/rechargeCallBack
certLocalPath: /home/qianayiCert/apiclient_cert.p12
wecharpayMchid: 1638095860
wecharpaySecret: QIANAYIZONGZI1234567899876543212
--
Gitblit v1.9.1