长尾渠道验证log加入channelcde

master
DESKTOP-C3M45P4\dengdan 2026-03-11 18:29:06 +08:00
parent c18f7ee120
commit 632e9f98b0
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}