This commit is contained in:
liupopo
2023-11-27 16:14:42 +08:00
parent 8c9d85aa01
commit 828ee75a64
5 changed files with 17 additions and 5 deletions

View File

@@ -35,8 +35,11 @@ public class LpkCustomerService extends MybatisBaseService<LpkCustomerMapper, Lp
// String APP_ID = "wx4724e3a3c27f36b5";
// String SECRET = "971fd3b8aa7b08ce3e8a5f3e502b1a8d";
// 汇融云眼
String APP_ID = "wx11565021714ba796";
String SECRET = "eb511fbb5f864cdabc3d044b639814c9";
// String APP_ID = "wx11565021714ba796";
// String SECRET = "eb511fbb5f864cdabc3d044b639814c9";
// 汇融惠家
String APP_ID = "wx97c0a62c6d65207f";
String SECRET = "e4572da4407573213377cd00e422397d";
private static final String WX_URL_LOGIN = "https://api.weixin.qq.com/sns/jscode2session?appid=APPID&secret=SECRET&js_code=JSCODE&grant_type=authorization_code ";
public ResultBean<JSONObject> wxLogin(String jsCode, String appid, String secret) {

View File

@@ -2,9 +2,9 @@ spring:
application:
name: yxt-lpk-yyth
profiles:
active: devv
# active: devv
# active: test
# active: pro
active: pro
messages:
# 国际化资源文件路径
basename: i18n/messages