Browse Source

体现参数

master
cgx 2 months ago
parent
commit
d7dc2254bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      jeecg-boot-module-system/src/main/java/org/jeecg/modules/userCode/controller/PayController.java

+ 1
- 1
jeecg-boot-module-system/src/main/java/org/jeecg/modules/userCode/controller/PayController.java View File

@ -167,7 +167,7 @@ public class PayController {
@ApiOperation("提现")
@PostMapping("/withdrawal")
public Result<?> withdrawal(@RequestHeader("X-Access-Token") String token,
WithawalReq withawalReq) {
@RequestBody WithawalReq withawalReq) {
return payService.withdrawal(token, withawalReq);
}


Loading…
Cancel
Save