Commit 4aa0d6fb by XiaHou

权星登录注册

parent cdd76c17
...@@ -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,
......
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