| | |
| | | import com.java110.utils.constant.ServiceConstant; |
| | | import com.java110.utils.util.Assert; |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.web.core.AbstractComponentSMO; |
| | | import com.java110.core.component.AbstractComponentSMO; |
| | | import com.java110.web.smo.configMenu.IConfigMenuBindingSMO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.HttpMethod; |
| | |
| | | Assert.hasKeyByFlowData(infos, "addMenuView", "isShow", "必填,请选择是否显示菜单"); |
| | | Assert.hasKeyByFlowData(infos, "addPrivilegeView", "name", "必填,请填写权限名称"); |
| | | Assert.hasKeyByFlowData(infos, "addPrivilegeView", "domain", "必填,请选择商户类型"); |
| | | Assert.hasKeyByFlowData(infos, "addPrivilegeView", "resource", "必填,请添加资源路径"); |
| | | |
| | | |
| | | super.checkUserHasPrivilege(pd, restTemplate, PrivilegeCodeConstant.MENU_MANAGE); |