修改用户信息bug修复
This commit is contained in:
@@ -480,8 +480,8 @@ public class CashController {
|
||||
@Login
|
||||
@GetMapping(value = "/withdraw")
|
||||
@ApiOperation("发起提现 余额 金钱")
|
||||
public Result withdraw(Long userId, Double amount) {
|
||||
return cashOutService.withdraw(userId, amount, true);
|
||||
public Result withdraw(Long userId, Double money) {
|
||||
return cashOutService.withdraw(userId, money, true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user