generated from root/miduo_server
appId修改
parent
9ba407336f
commit
09e64d9b56
|
@ -178,8 +178,10 @@ public class GetUserController extends HttpServlet {
|
||||||
boolean result = false;
|
boolean result = false;
|
||||||
if (sub_channel != null && !sub_channel.equals("")) {
|
if (sub_channel != null && !sub_channel.equals("")) {
|
||||||
if (sub_channel.equals("1000")) {
|
if (sub_channel.equals("1000")) {
|
||||||
|
//测试服appId
|
||||||
result = loginVerfify("MHT", openId, token, MHTSDKConstans.rhappid);
|
result = loginVerfify("MHT", openId, token, MHTSDKConstans.rhappid);
|
||||||
} else {
|
} else {
|
||||||
|
//正式服appId
|
||||||
result = loginVerfify("MHT", openId, token, MHTSDKConstans.rhappidOnline);
|
result = loginVerfify("MHT", openId, token, MHTSDKConstans.rhappidOnline);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@ package com.ljsd.util;
|
||||||
*/
|
*/
|
||||||
public class MHTSDKConstans {
|
public class MHTSDKConstans {
|
||||||
public static String appid = "e4ecefecc8034cffaa69e81b2c044f2c";
|
public static String appid = "e4ecefecc8034cffaa69e81b2c044f2c";
|
||||||
public static String rhappid = "2c3239afdb0c14631e8ad97b35e289d9";
|
public static String rhappid = "6a7c5e329e565fbecb9761f4ebdff709";
|
||||||
// public static String rhappidOnline = "7bb5f604306ccd93fc19f05d3a374e84";
|
// public static String rhappidOnline = "7bb5f604306ccd93fc19f05d3a374e84";
|
||||||
public static String rhappidOnline = "2c3239afdb0c14631e8ad97b35e289d9";
|
public static String rhappidOnline = "2c3239afdb0c14631e8ad97b35e289d9";
|
||||||
public static String back = "http://kwsdk.17173g.cn/platformPay/MHT/callBack";
|
public static String back = "http://kwsdk.17173g.cn/platformPay/MHT/callBack";
|
||||||
|
|
Loading…
Reference in New Issue