|
@@ -74,8 +74,6 @@ public class CgiReplyServiceImpl implements CgiReplyService {
|
|
|
ReplyStrategyService replyStrategyService = stringReplyStrategyServiceEntry.getValue();
|
|
|
// 使用策略层
|
|
|
if (replyStrategyService.support(ReplyStrategyServiceEnum.PUSH_MESSAGE_STRATEGY_V1)) {
|
|
|
- bucketDataParam.setGhId(bucketDataParam.getGhId());
|
|
|
- bucketDataParam.setChannel(bucketDataParam.getChannel());
|
|
|
return replyStrategyService.getResult(bucketDataParam);
|
|
|
}
|
|
|
}
|