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

去除http请求参数的封装

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