|
|
@@ -8,6 +8,7 @@ import com.java110.core.event.service.api.ServiceDataFlowEvent;
|
|
|
import com.java110.core.smo.wechatMenu.IWechatMenuInnerServiceSMO;
|
|
|
import com.java110.dto.wechatMenu.WechatMenuDto;
|
|
|
import com.java110.utils.constant.ServiceCodeWechatMenuConstant;
|
|
|
+import com.java110.utils.util.Assert;
|
|
|
import com.java110.utils.util.BeanConvertUtil;
|
|
|
import com.java110.vo.ResultVo;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
@@ -55,6 +56,7 @@ public class ListWechatMenusListener extends AbstractServiceApiListener {
|
|
|
@Override
|
|
|
protected void validate(ServiceDataFlowEvent event, JSONObject reqJson) {
|
|
|
super.validatePageInfo(reqJson);
|
|
|
+ Assert.hasKeyAndValue(reqJson, "communityId", "未包含小区ID");
|
|
|
}
|
|
|
|
|
|
@Override
|