|
@@ -185,8 +185,8 @@ public class FinancePaymentPoolController {
|
|
|
* 查询信息
|
|
|
*/
|
|
|
@GetMapping(value = "/queryPool")
|
|
|
- public Result<Object> queryPoolAmountById(String advertiserId, Long productId, String type) {
|
|
|
- return financePaymentPoolService.queryPoolAmountById(advertiserId, productId, type);
|
|
|
+ public Result<Object> queryPoolAmountById(String advertiserId, Long productId, String type, String paymentPort) {
|
|
|
+ return financePaymentPoolService.queryPoolAmountById(advertiserId, productId, type, paymentPort);
|
|
|
}
|
|
|
|
|
|
/**
|