fix: 修改无用代码
This commit is contained in:
@@ -177,7 +177,7 @@ public class GovDingService {
|
||||
oapiMessageWorkNotificationRequest.setMsg(msg);
|
||||
OapiMessageWorkNotificationResponse rsp = intelligentGetClient.get(oapiMessageWorkNotificationRequest);
|
||||
if (StringUtils.isBlank(rsp.getContent())) {
|
||||
throw new BusinessException(rsp.getErrorMsg());
|
||||
throw new BusinessException(rsp.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user