Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
easy-affair-show
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
easy-affair-show
Commits
e2217e79
Commit
e2217e79
authored
Jun 20, 2022
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
前台接口文档
parent
eb4e2865
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
527 additions
and
0 deletions
+527
-0
eas-manager/doc/api.md
eas-manager/doc/api.md
+525
-0
eas-manager/src/main/java/com/mortals/xhx/module/customer/web/CustomerController.java
...m/mortals/xhx/module/customer/web/CustomerController.java
+2
-0
No files found.
eas-manager/doc/api.md
View file @
e2217e79
This diff is collapsed.
Click to expand it.
eas-manager/src/main/java/com/mortals/xhx/module/customer/web/CustomerController.java
View file @
e2217e79
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment