generated from root/miduo_server
长尾渠道验证log加入channelcde
parent
c18f7ee120
commit
632e9f98b0
|
|
@ -36,7 +36,7 @@ public class QuickXyChongPoCwVerifyService extends QuickVerifyService{
|
|||
boolean result = false;
|
||||
try {
|
||||
String r = HttpUtils.doPost(url, parms);
|
||||
LOGGER.info("quick 西游冲破难关长尾 请求结果:{}",r);
|
||||
LOGGER.info("quick 西游冲破难关长尾 请求结果:{}",r + "----channel_code:" + channel_code);
|
||||
if (r != null && r.equals("1")) {
|
||||
result = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue