diff --git a/api/payment.js b/api/payment.js index 36ff791..c8a63f4 100644 --- a/api/payment.js +++ b/api/payment.js @@ -20,7 +20,7 @@ const getBalanceInfo = () => mGet(`/payment-settlement-center/balance/get/factor const getWithdrawalList = () => mGet(`/payment-settlement-center/balance/get/factoryorder-withdrawal-list`, null, pconfig) const paymentOrder = (params) => mPost(`/payment-settlement-center/balance/factory-order/withdraw`, params, pconfig) const getAgentOrderList = (params) => mGet(`/payment-settlement-center/get/agency-payment-order-receivable-list`, params, pconfig) -const getBillList = () => mGet(`/payment-settlement-center/get/factory-bill-list`, null, pconfig) +const getBillList = (params) => mGet(`/payment-settlement-center/get/factory-bill-list`, params, pconfig) export { pconfig,