generated from root/miduo_server
商务服跳过验证
parent
66d21632a7
commit
b17f94b309
|
@ -68,7 +68,7 @@ public abstract class AbstractVerifyService implements VerifyService {
|
||||||
result = verifyTest(testParam);
|
result = verifyTest(testParam);
|
||||||
} else if(sub_channel.equals("20201222")){
|
} else if(sub_channel.equals("20201222")){
|
||||||
//商务服
|
//商务服
|
||||||
//result = loginVerfifyShangwu("MHT", openId, token, MHTSDKConstans.rhappIdshangwu);
|
result = true;
|
||||||
} else {
|
} else {
|
||||||
//正式服appId
|
//正式服appId
|
||||||
VerifyParams params = new VerifyParams();
|
VerifyParams params = new VerifyParams();
|
||||||
|
|
Loading…
Reference in New Issue