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

苹果登录-跳过绑定-静默注册

上级 c3bc8b19
流水线 #31900 已失败 于阶段
in 0 second
......@@ -81,6 +81,9 @@ public class RegisterServiceImpl implements RegisterService {
String batchNo = IntactUtils.getUUID();
intactUtil.sendIntact(batchNo,"register",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_1,"baseRequest:"+ JSON.toJSONString(baseRequest)+",queryMobileEntity:"+JSON.toJSONString(queryMobileEntity));
String mobile = baseRequest.getMobile();
if(StringUtil.isEmpty(mobile)){
mobile = "";
}
//对注册接口做幂等性处理:注册成功,删除缓存,注册失败提示用户
String nxKey = Constants.REPEAT_REGISTER_PREFIX + mobile;
Long resultNx = redisClient.setnx(nxKey, mobile);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册