|
@@ -164,7 +164,7 @@ public class PaymentController {
|
|
|
}
|
|
|
@ApiOperation("提现查询")
|
|
|
@ResourceAuth(value = AuthConstant.SuperAdmin, type = AuthType.Platform)
|
|
|
- @RequestMapping(value = "account/withdrawals/query/{batchNo}", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "account/withdrawals/query/{batchNo}", method = RequestMethod.GET)
|
|
|
public ResultContent queryWithdrawals(@PathVariable("batchNo") String batchNo) {
|
|
|
return paymentServer.queryWithdrawals(batchNo);
|
|
|
}
|