|
@@ -93,8 +93,8 @@ public class ThirdPartyServiceImpl implements ThirdPartyService {
|
|
|
return CommonResponse.create(404, "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()));
|
|
|
+// LarkRobotUtil.sendMessage(String.format("channel异常 secretEnum.channel=%s ghDetail.channel=%s ghId=%s",
|
|
|
+// secretEnum.channel, channel, param.getGhId()));
|
|
|
return CommonResponse.create(404, "ghId异常,请联系管理员检查");
|
|
|
}
|
|
|
List<PushMessageVo> pushMessageVoList = new ArrayList<>();
|