|
@@ -55,7 +55,7 @@ public class ThirdPartyServiceImpl implements ThirdPartyService {
|
|
|
}
|
|
|
List<PushMessageVo> pushMessageVoList = new ArrayList<>();
|
|
|
ReplyBucketData replyBucketData = getPushMessageData(param);
|
|
|
- log.info("replyBucketData={}", replyBucketData);
|
|
|
+ log.info("replyBucketData={}", JSON.toJSONString(replyBucketData));
|
|
|
if (replyBucketData == null) {
|
|
|
log.error("获取推送策略数据失败");
|
|
|
return CommonResponse.create(ExceptionCodeEnum.PARAM_ERROR, "系统异常,获取失败");
|