Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fileServe
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vanke
fileServe
Commits
a830c289
Commit
a830c289
authored
Jun 10, 2020
by
XiaHou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
权星相关接口
parent
cc3cd66a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
UmsMemberController.java
...com/macro/mall/controller/member/UmsMemberController.java
+2
-2
No files found.
mall-admin/src/main/java/com/macro/mall/controller/member/UmsMemberController.java
View file @
a830c289
...
@@ -104,7 +104,7 @@ public class UmsMemberController {
...
@@ -104,7 +104,7 @@ public class UmsMemberController {
return
CommonResult
.
success
(
"更改成功"
);
return
CommonResult
.
success
(
"更改成功"
);
}
}
@ApiOperation
(
"权星后台插入会员"
)
@ApiOperation
(
"权星后台
_
插入会员"
)
@RequestMapping
(
value
=
"/insertMember"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/insertMember"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
@ResponseBody
public
CommonResult
insertMember
(
@ApiParam
(
"手机号"
)
@RequestParam
(
"phone"
)
String
phone
,
@ApiParam
(
"用户名"
)
@RequestParam
(
"username"
)
String
username
,
public
CommonResult
insertMember
(
@ApiParam
(
"手机号"
)
@RequestParam
(
"phone"
)
String
phone
,
@ApiParam
(
"用户名"
)
@RequestParam
(
"username"
)
String
username
,
...
@@ -123,7 +123,7 @@ public class UmsMemberController {
...
@@ -123,7 +123,7 @@ public class UmsMemberController {
return
CommonResult
.
failed
(
res
.
getMsg
());
return
CommonResult
.
failed
(
res
.
getMsg
());
}
}
@ApiOperation
(
"权星后台得到商家会员信息"
)
@ApiOperation
(
"权星后台
_
得到商家会员信息"
)
@RequestMapping
(
value
=
"/getMerchantMember"
,
method
=
RequestMethod
.
POST
)
@RequestMapping
(
value
=
"/getMerchantMember"
,
method
=
RequestMethod
.
POST
)
@ResponseBody
@ResponseBody
public
CommonResult
getMerchantMember
(
@ApiParam
(
"传入2即可 账户类型(0管理员1供应商2分销商)"
)
@RequestParam
(
"accouuntType"
)
Integer
accouuntType
){
public
CommonResult
getMerchantMember
(
@ApiParam
(
"传入2即可 账户类型(0管理员1供应商2分销商)"
)
@RequestParam
(
"accouuntType"
)
Integer
accouuntType
){
...
...
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