|
|
@@ -87,7 +87,6 @@ public class AppHelpGoodsController {
|
|
|
/**
|
|
|
* 创建道具验证码
|
|
|
*/
|
|
|
- @ApiLog("创建道具验证码")
|
|
|
@GetMapping("/createPropsVerificationCode")
|
|
|
@ApiOperationSupport(order = 2)
|
|
|
@ApiOperation(value = "创建道具验证码")
|
|
|
@@ -189,7 +188,6 @@ public class AppHelpGoodsController {
|
|
|
/**
|
|
|
* 发送验证码
|
|
|
*/
|
|
|
- @ApiLog("发送验证码")
|
|
|
@PostMapping("/sendCmccSms")
|
|
|
@ApiOperationSupport(order = 5)
|
|
|
@ApiOperation(value = "发送验证码")
|