Commit d6c384a1 authored by zhangzc's avatar zhangzc

修改URL

parent 615a35c3
......@@ -315,7 +315,7 @@ public class DriverAccountController {
* author 张志臣
* createTime 2020/05/06 11:00
**/
@PostMapping("/account/stop")
@PostMapping("/stop")
public EResponse stopUsingAccount(@RequestBody(required=false) @Validated(ValidatorAccountExist.class) LoginForm loginForm) {
appLoginService.stopUsing(loginForm.getPhone());
......
......@@ -244,7 +244,7 @@ public class OwnerAccountController {
* author 张志臣
* createTime 2020/05/06 11:00
**/
@PostMapping("/account/stop")
@PostMapping("/stop")
public EResponse stopUsingAccount(@RequestBody(required=false) @Validated(ValidatorAccountExist.class) LoginForm loginForm) {
appLoginService.stopUsing(loginForm.getPhone());
......
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