|
|
|
@ -66,8 +66,6 @@ public class BehaviorDTOMessageGroupConsumer implements WorkHandler<BehaviorDTOM
|
|
|
|
|
WxCusInfoReqDO wxCusInfoReqDO = new WxCusInfoReqDO();
|
|
|
|
|
wxCusInfoReqDO.setAccess_token(wxCpService.getAccessToken());
|
|
|
|
|
wxCusInfoReqDO.setUserid(cpUserId);
|
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
|
|
|
|
//todo 分开写便于同步历史数据 最大跨度30天 最久当天往前180天 上线时改为System.currentTimeMillis()
|
|
|
|
|
wxCusInfoReqDO.setStart_time(statDate.getTime() / 1000);
|
|
|
|
|
wxCusInfoReqDO.setEnd_time(statDate.getTime() / 1000);
|
|
|
|
|
WxCusInfoRespDO wxCusInfoRespDO = getWxCusInfo(wxCusInfoReqDO);
|
|
|
|
|