From 92805743d11026bedb5df4957ce3d680f4b86734 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 17 Jul 2023 18:09:36 +0800
Subject: [PATCH] 用户登录获取用户的微信昵称和头像
---
src/main/resources/application-dev.yml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index fe2a524..1e8a6a3 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -68,7 +68,7 @@
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
@@ -79,7 +79,6 @@
wecharpaySecret: QIANAYIZONGZI1234567899876543212
gaodeKey: 95ede7157929f5f6b6c758971be924b1
serviceName: yiyuanshucai
- wechatToken:ywgpzfwh
system:
job: true
\ No newline at end of file
--
Gitblit v1.9.1