提交 57bf6661 编写于 作者:  Peijun.zhao's avatar Peijun.zhao

fix log

上级 f5dd2814
流水线 #26281 已失败 于阶段
in 1 second
...@@ -214,7 +214,7 @@ public abstract class AccountBaseController extends BaseController { ...@@ -214,7 +214,7 @@ public abstract class AccountBaseController extends BaseController {
} }
/** /**
* 产品线类型:productType: 1.云鹊医(默认值) 2云鹊健康 3站外直播 * 产品线类型:productType: 1.云鹊医(默认值) 2云鹊健康
* *
* @return * @return
*/ */
......
...@@ -606,6 +606,7 @@ public class LoginServiceImpl implements LoginService { ...@@ -606,6 +606,7 @@ public class LoginServiceImpl implements LoginService {
public LoginResult oneClickLogin(OneClickLoginReq req) { public LoginResult oneClickLogin(OneClickLoginReq req) {
QueryMobileEntity queryMobileEntity = oneClickProcessor.tokenExchangeMobile(req.getToken(), req.getSourceType()); QueryMobileEntity queryMobileEntity = oneClickProcessor.tokenExchangeMobile(req.getToken(), req.getSourceType());
if (queryMobileEntity == null || StringUtils.isBlank(queryMobileEntity.getMobile()) || !ValidateUtils.isMobile(queryMobileEntity.getMobile())) { if (queryMobileEntity == null || StringUtils.isBlank(queryMobileEntity.getMobile()) || !ValidateUtils.isMobile(queryMobileEntity.getMobile())) {
logger.error("oneClickLogin 闪验获取出错-queryMobileEntity:{}",JSONObject.toJSONString(queryMobileEntity));
throw new PicaException(PicaResultCode.INTERFACE_INVOKE_EXCEPTION.code(), "获取手机号失败!"); throw new PicaException(PicaResultCode.INTERFACE_INVOKE_EXCEPTION.code(), "获取手机号失败!");
} }
queryMobileEntity.setSourceType(req.getSourceType()); queryMobileEntity.setSourceType(req.getSourceType());
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册