Commit e2217e79 authored by 廖旭伟's avatar 廖旭伟

前台接口文档

parent eb4e2865
This diff is collapsed.
package com.mortals.xhx.module.customer.web; package com.mortals.xhx.module.customer.web;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.mortals.framework.annotation.UnAuth;
import com.mortals.framework.common.IBaseEnum; import com.mortals.framework.common.IBaseEnum;
import com.mortals.framework.exception.AppException; import com.mortals.framework.exception.AppException;
import com.mortals.framework.model.Context; import com.mortals.framework.model.Context;
...@@ -152,4 +153,5 @@ public class CustomerController extends BaseCRUDJsonBodyMappingController<Custom ...@@ -152,4 +153,5 @@ public class CustomerController extends BaseCRUDJsonBodyMappingController<Custom
entity.setPassword(null); entity.setPassword(null);
return 1; return 1;
} }
} }
\ No newline at end of file
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