From 305c393c282614348735c1530a45a6096eb83ff1 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Wed, 20 Nov 2024 17:12:34 +0800 Subject: [PATCH] refactor(mall): 优化注册逻辑代码 --- src/main/java/cc/mrbird/febs/mall/controller/CommonController.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java b/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java index 1fdb110..58cb018 100644 --- a/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java +++ b/src/main/java/cc/mrbird/febs/mall/controller/CommonController.java @@ -40,7 +40,7 @@ private final RedisUtils redisUtils; private final ICommonService commonService; - @ApiOperation(value = "获取验证码接口", notes = "获取验证码通用接口") + @ApiOperation(value = "(马来西亚)INFOBIP获取验证码接口", notes = "(马来西亚)INFOBIP获取验证码接口") @GetMapping(value = "/verifyCode") public FebsResponse verifyCode(@ApiParam(name = "account", value = "手机号", required = true) @RequestParam(value = "account") String account, @ApiParam(name = "type", value = "类型1-手机号", required = true) @RequestParam("type") String type) { -- Gitblit v1.9.1