generated from root/miduo_server
修改log
parent
21e9c048a2
commit
7f8a4b2f24
|
@ -41,7 +41,7 @@ public class Tcx027VerifyService extends AbstractVerifyService {
|
|||
return true;
|
||||
}
|
||||
|
||||
if (!"1".equals(platform) ) {//正式 切不是pc
|
||||
if (!"3".equals(platform) ) {//正式 切不是pc
|
||||
String sub_channel = request.getParameter("sub_channel");
|
||||
boolean result = false;
|
||||
if (sub_channel != null && !sub_channel.equals("")) {
|
||||
|
|
Loading…
Reference in New Issue