提交 6da16463 作者: han

手机号登录改成Get

上级 008c6998
......@@ -51,7 +51,7 @@ public class AuthController {
@ApiOperation(value = "测试-手机号登录")
@ApiResponses({@ApiResponse(code = 200, message = "OK", response = AppUserSucVO.class)})
@PostMapping("testPhoneLogin")
@GetMapping("testPhoneLogin")
public ResultBody testPhoneLogin(@RequestParam String phone) {
String unionId = userAccountService.selectUnionIdByPhone(phone);
return authService.testAppletLogin(unionId);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论