|
@@ -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,
|