浏览代码

no message

FengChaoYu 8 月之前
父节点
当前提交
3c7f084f77

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/controller/settle/repair/BankAccountController.java

@@ -148,7 +148,7 @@ public class BankAccountController {
         return ResponseHelper.success(bean);
     }
 
-    @PostMapping("/send/msg")
+    @GetMapping("/send/msg")
     @ApiOperation(value = "查询余额/(发放工资)发送验证码")
     public ResponseHelper sendMsg(
             @ApiParam(required = true, value = "手机号") @RequestParam String mobile,