generated from root/miduo_server
爱玩登录
parent
4050b0c989
commit
8d36793b72
|
|
@ -50,7 +50,7 @@ public class AiWanVerifyService extends AbstractVerifyService {
|
|||
else if (!"3".equals(platform)) {
|
||||
String sub_channel = request.getParameter("sub_channel");
|
||||
boolean result = false;
|
||||
if (sub_channel == null || sub_channel.equals("")) {
|
||||
if (sub_channel != null && !sub_channel.equals("")) {
|
||||
//测试服构建参数
|
||||
if (sub_channel.equals("1000")) {
|
||||
VerifyParams params = new VerifyParams();
|
||||
|
|
|
|||
Loading…
Reference in New Issue