|
@@ -1,5 +1,6 @@
|
|
|
package com.tzld.longarticle.recommend.server.service.exterior.impl;
|
|
|
|
|
|
+import com.alibaba.fastjson.JSON;
|
|
|
import com.tzld.longarticle.recommend.server.common.enums.cgi.ReplyStrategyServiceEnum;
|
|
|
import com.tzld.longarticle.recommend.server.common.response.CommonResponse;
|
|
|
import com.tzld.longarticle.recommend.server.common.response.ExceptionCodeEnum;
|
|
@@ -79,6 +80,7 @@ public class ThirdPartyServiceImpl implements ThirdPartyService {
|
|
|
}
|
|
|
|
|
|
private ReplyBucketData getPushMessageData(PushMessageParam param) {
|
|
|
+ log.info("strategyServiceMap={}", JSON.toJSONString(strategyServiceMap));
|
|
|
for (Map.Entry<String, ReplyStrategyService> stringReplyStrategyServiceEntry : strategyServiceMap.entrySet()) {
|
|
|
ReplyStrategyService replyStrategyService = stringReplyStrategyServiceEntry.getValue();
|
|
|
// 使用策略层
|