|
@@ -58,6 +58,9 @@ public class WeComServiceImpl implements WeComService {
|
|
|
}
|
|
|
List<WeComPushMessageVo> res = new ArrayList<>();
|
|
|
ReplyBucketData replyBucketData = getPushMessageData(param);
|
|
|
+ if(replyBucketData == null){
|
|
|
+ return CommonResponse.create(500, "数据异常");
|
|
|
+ }
|
|
|
List<GroupData> groupList = replyBucketData.getGroupList();
|
|
|
log.info("groupList={}", groupList);
|
|
|
if (CollectionUtils.isEmpty(groupList)) {
|