提交 256c5b77 编写于 作者: Chongwen.jiang's avatar Chongwen.jiang

新版h5接口注释撤回

上级 921981cb
流水线 #22286 已失败 于阶段
in 0 second
...@@ -105,7 +105,7 @@ public class AutoCodeController extends AccountBaseController { ...@@ -105,7 +105,7 @@ public class AutoCodeController extends AccountBaseController {
} }
} }
/* @ApiOperation("获取短信验证码,无需图形验证码,如h5端") @ApiOperation("获取短信验证码,无需图形验证码,如h5端")
@PostMapping(value = "/H5/authCode") @PostMapping(value = "/H5/authCode")
public PicaResponse getH5AuthCode(@RequestBody EncryptEntity entity, HttpServletRequest req) throws Exception { public PicaResponse getH5AuthCode(@RequestBody EncryptEntity entity, HttpServletRequest req) throws Exception {
// 如果该接口已关闭(缓存key存在),则直接返回 // 如果该接口已关闭(缓存key存在),则直接返回
...@@ -136,7 +136,7 @@ public class AutoCodeController extends AccountBaseController { ...@@ -136,7 +136,7 @@ public class AutoCodeController extends AccountBaseController {
recordRcData(req, request); recordRcData(req, request);
return PicaResponse.toResponse(); return PicaResponse.toResponse();
} }
}*/ }
/** /**
* @Description web获取效验码-老版,记录风控行为 * @Description web获取效验码-老版,记录风控行为
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册