| 
														
															@@ -39,6 +39,7 @@ import javax.annotation.PostConstruct; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import java.util.ArrayList; 
														 | 
														
														 | 
														
															 import java.util.ArrayList; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import java.util.List; 
														 | 
														
														 | 
														
															 import java.util.List; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import java.util.Map; 
														 | 
														
														 | 
														
															 import java.util.Map; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import java.util.Objects; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 @Slf4j 
														 | 
														
														 | 
														
															 @Slf4j 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 @Service 
														 | 
														
														 | 
														
															 @Service 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -89,6 +90,12 @@ public class ThirdPartyServiceImpl implements ThirdPartyService { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         String channel = ghDetails.get(0).getChannel(); 
														 | 
														
														 | 
														
															         String channel = ghDetails.get(0).getChannel(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         if (channel == null) { 
														 | 
														
														 | 
														
															         if (channel == null) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             LarkRobotUtil.sendMessage("channel不存在,请查看详情 ghId=", param.getGhId()); 
														 | 
														
														 | 
														
															             LarkRobotUtil.sendMessage("channel不存在,请查看详情 ghId=", param.getGhId()); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            return CommonResponse.create(ExceptionCodeEnum.PARAM_ERROR, "ghId异常,请联系管理员检查"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        if (!Objects.equals(secretEnum.channel, channel)) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            LarkRobotUtil.sendMessage(String.format("channel异常 secretEnum.channel=%s ghDetail.channel=%s ghId=%s", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                    secretEnum.channel, channel, param.getGhId())); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            return CommonResponse.create(ExceptionCodeEnum.PARAM_ERROR, "ghId异常,请联系管理员检查"); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         } 
														 | 
														
														 | 
														
															         } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         List<PushMessageVo> pushMessageVoList = new ArrayList<>(); 
														 | 
														
														 | 
														
															         List<PushMessageVo> pushMessageVoList = new ArrayList<>(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         ReplyBucketData replyBucketData = getPushMessageData(param, channel); 
														 | 
														
														 | 
														
															         ReplyBucketData replyBucketData = getPushMessageData(param, channel); 
														 |