提交 b837da5a 编写于 作者: yujiao's avatar yujiao

JSONOBJEct方法更新

上级 cadee458
流水线 #25936 已失败 于阶段
in 0 second
......@@ -139,7 +139,7 @@ public class AutoCodeController extends AccountBaseController {
//接入新旭事务一致性
String batchNo = IntactUtils.getUUID();
intactUtil.sendIntact(batchNo,"getAuthCode",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_1,"authCodeReq:"+ JSON.toJSONString(authCodeReq)+"req:"+ JSON.toJSONString(req));
intactUtil.sendIntact(batchNo,"getAuthCode",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_1,"authCodeReq:"+ JSONObject.toJSONString(authCodeReq)+"req:"+ JSONObject.toJSONString(req));
if (request.getBizType() != null && request.getBizType().equals(1)) {
logger.info("app-rcValidate-start");
......@@ -148,14 +148,14 @@ public class AutoCodeController extends AccountBaseController {
// 发送短信验证码
processSysCode(request.getMobile(), request.getFlag(),batchNo);
//接入新旭事务一致性
intactUtil.sendIntact(batchNo,"getAuthCode",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_3,"authCodeReq:"+ JSON.toJSONString(authCodeReq)+"req:"+ JSON.toJSONString(req));
intactUtil.sendIntact(batchNo,"getAuthCode",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_3,"authCodeReq:"+ JSONObject.toJSONString(authCodeReq)+"req:"+ JSONObject.toJSONString(req));
return PicaResponse.toResponse();
} else {
// 老版本业务(发送短信验证码)
processSysCode(request.getMobile(), request.getFlag(),batchNo);
// 记录风控数据
authCodeService.recordRcData(req, request, super.getDeviceInfo("device_ip"));
intactUtil.sendIntact(batchNo,"getAuthCode",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_3,"authCodeReq:"+ JSON.toJSONString(authCodeReq)+"req:"+ JSON.toJSONString(req));
intactUtil.sendIntact(batchNo,"getAuthCode",com.pica.cloud.foundation.completeness.contract.constants.CommonConstants.INTACT_CONTENT_LOG_STATUS_3,"authCodeReq:"+ JSONObject.toJSONString(authCodeReq)+"req:"+ JSONObject.toJSONString(req));
return PicaResponse.toResponse();
}
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册