Commit cd29e130 authored by oole's avatar oole

test 自动部署

parent 21c69f37
...@@ -39,6 +39,7 @@ public class ModifyPhoneNoController { ...@@ -39,6 +39,7 @@ public class ModifyPhoneNoController {
@ApiOperation("step_1") @ApiOperation("step_1")
@PostMapping("/step_1") @PostMapping("/step_1")
public JsonResult step1(@Valid @RequestBody Step1Req step1Req) { public JsonResult step1(@Valid @RequestBody Step1Req step1Req) {
return JsonResult.buildSuccessResult(modifyPhoneNoService.saveStep1(step1Req)); return JsonResult.buildSuccessResult(modifyPhoneNoService.saveStep1(step1Req));
} }
......
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