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) {