提交 f0f457ec 编写于 作者: pengcheng.zhou's avatar pengcheng.zhou

一键登录接口细节调整

上级 2c87e183
流水线 #33449 已失败 于阶段
in 0 second
......@@ -38,7 +38,7 @@ public class LoginV1Controller extends AccountBaseController {
private LoginService loginService;
@ApiOperation(value = "app端手机号码一键登录 v1")
@PostMapping("one-click")
@PostMapping("one_click")
public PicaResponse<LoginResult> oneClickLogin(@RequestBody AesAuthCodeReq aesReq) throws Exception {
EncryptEntity entity = new EncryptEntity();
entity.setKey(aesReq.getKey());
......
......@@ -111,6 +111,10 @@ public class LoginV1ServiceImpl implements LoginV1Service {
baseRequest.setLoginIp(req.getLoginIp());
baseRequest.setUserTokenTourist(req.getUserTokenTourist());
System.out.println(JSONObject.toJSONString(baseRequest));
System.out.println(JSONObject.toJSONString(queryMobileEntity));
System.out.println(JSONObject.toJSONString(accountInfoEntity));
LoginResult result;
if (accountInfoEntity == null) {
//说明是注册功能
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册