|
|
|
@ -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, |
|
|
|
|