appId修改

master
lvxinran 2021-03-16 10:29:34 +08:00
parent 9ba407336f
commit 09e64d9b56
2 changed files with 3 additions and 1 deletions

View File

@ -178,8 +178,10 @@ public class GetUserController extends HttpServlet {
boolean result = false;
if (sub_channel != null && !sub_channel.equals("")) {
if (sub_channel.equals("1000")) {
//测试服appId
result = loginVerfify("MHT", openId, token, MHTSDKConstans.rhappid);
} else {
//正式服appId
result = loginVerfify("MHT", openId, token, MHTSDKConstans.rhappidOnline);
}
}

View File

@ -9,7 +9,7 @@ package com.ljsd.util;
*/
public class MHTSDKConstans {
public static String appid = "e4ecefecc8034cffaa69e81b2c044f2c";
public static String rhappid = "2c3239afdb0c14631e8ad97b35e289d9";
public static String rhappid = "6a7c5e329e565fbecb9761f4ebdff709";
// public static String rhappidOnline = "7bb5f604306ccd93fc19f05d3a374e84";
public static String rhappidOnline = "2c3239afdb0c14631e8ad97b35e289d9";
public static String back = "http://kwsdk.17173g.cn/platformPay/MHT/callBack";