Commit d4cbaf8c by 墨竹

feat:接口跳过

parent 5d033287
......@@ -156,6 +156,7 @@ public class HaobanRoleController extends WebBaseController {
*/
@RequestMapping(value = "/addMenu", method = RequestMethod.POST)
@IgnoreLogin
@com.gic.web.common.ano.IgnoreLogin
public RestResponse addMenu(@RequestBody List<HaobanMenuQDTO> haobanMenuQDTOList) {
if (CollectionUtils.isEmpty(haobanMenuQDTOList)) {
return RestResponse.failure(Convert.toStr(HaoBanErrCode.ERR_2.getCode()),HaoBanErrCode.ERR_2.getMsg());
......
......@@ -43,7 +43,6 @@
<mvc:exclude-mapping path="/get-login-qrcode"/>
<mvc:exclude-mapping path="/gic-login-check"/>
<mvc:exclude-mapping path="/staff-export"/>
<mvc:exclude-mapping path="/addMenu"/>
<bean class="com.gic.web.common.inteceptor.RightInterceptor" />
</mvc:interceptor>
</mvc:interceptors>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment