...
|
...
|
@@ -28,6 +28,7 @@ import com.yoho.unions.dal.model.MktUnionCode; |
|
|
import com.yoho.unions.dal.model.TencentMktActivity;
|
|
|
import com.yoho.unions.dal.model.TencentMktCouponHistory;
|
|
|
import com.yoho.unions.helper.*;
|
|
|
import com.yoho.unions.interceptor.RemoteIPInterceptor;
|
|
|
import com.yoho.unions.utils.DateUtils;
|
|
|
import com.yoho.unions.utils.PhoneUtil;
|
|
|
import com.yoho.unions.utils.RandomUtil;
|
...
|
...
|
@@ -412,6 +413,8 @@ public class TencentMktServiceImpl implements ITencentMktService { |
|
|
|
|
|
log.info("getActivityInfo params is activityCode={}", activityCode);
|
|
|
TencentMktBO bo = new TencentMktBO();
|
|
|
String IP = RemoteIPInterceptor.getRemoteIP();
|
|
|
log.info("getActivityInfo IP is {}",IP);
|
|
|
// 参数检查
|
|
|
if(StringUtils.isBlank(activityCode)){
|
|
|
log.warn("there is not activity,params is activityCode is null");
|
...
|
...
|
|