Commit 6e60cc2d authored by shiyu's avatar shiyu

登录接口配置

parent 4837173d
...@@ -37,7 +37,7 @@ public class WxLoginManager { ...@@ -37,7 +37,7 @@ public class WxLoginManager {
* 微信小程序获取access_token地址 * 微信小程序获取access_token地址
* 测试环境和正式环境的url不同,相互隔离不会冲突 * 测试环境和正式环境的url不同,相互隔离不会冲突
*/ */
@Value("${dts.wx.app-secret}") @Value("${dts.wx.get-access-token-url}")
private String GET_ACCESS_TOKEN_URL; private String GET_ACCESS_TOKEN_URL;
// 微信小程序获取用户手机号地址 // 微信小程序获取用户手机号地址
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment