|
@@ -75,7 +75,8 @@ public class SysUserAccountController extends BaseController {
|
|
|
@PostMapping("/withdraw")
|
|
@PostMapping("/withdraw")
|
|
|
@ApiOperation("提现")
|
|
@ApiOperation("提现")
|
|
|
public HttpResult withdraw(@RequestBody SysUserAccountVo sysUserAccountVo) {
|
|
public HttpResult withdraw(@RequestBody SysUserAccountVo sysUserAccountVo) {
|
|
|
- return sysUserAccountService.withdraw(sysUserAccountVo);
|
|
|
|
|
|
|
+ return HttpResult.ok("提现功能维护中");
|
|
|
|
|
+// return sysUserAccountService.withdraw(sysUserAccountVo);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@GetMapping(value = "/getSysUserAmount")
|
|
@GetMapping(value = "/getSysUserAmount")
|