爱玩登录

master
duhui 2022-04-12 11:59:02 +08:00
parent 4050b0c989
commit 8d36793b72
1 changed files with 1 additions and 1 deletions

View File

@ -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();