提交 4dc9119c 编写于 作者: peijun.zhao's avatar peijun.zhao

add 静默注册亚测接口v3

上级 9a94ce34
流水线 #29039 已失败 于阶段
in 0 second
......@@ -421,8 +421,8 @@ public class AccountController extends AccountBaseController {
@PostMapping("/login-register/v3")
// @RepeatForbidden(uniqueKey = "content")
//当前版本存在性能问题 luo优化后上
public PicaResponse loginRegisterV3(@RequestBody EncryptEntity entity) throws Exception {
BaseRequest request = CryptoUtil.decrypt(entity, BaseRequest.class);
public PicaResponse loginRegisterV3(@RequestBody BaseRequest request) throws Exception {
// BaseRequest request = CryptoUtil.decrypt(entity, BaseRequest.class);
this.checkMobilePhone(request.getMobile());
//接入新旭事务一致性
String batchNo = IntactUtils.getUUID();
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册