1111
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user