提交 08e24afd 作者: han

Merge branch 'develop'

流水线 #7876 已通过 于阶段
in 2 分 20 秒
......@@ -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);
......
......@@ -18,4 +18,4 @@ patches:
images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/cms
newTag: f9213492e7c19e1bde4f870c02c154e46b67d46e
newTag: 008c6998be2f74b11f35c08e3e30fbcb48408d60
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论