Browse Source

no message

feature/v1.4
xpz2018 4 years ago
parent
commit
5f8daa0f33
1 changed files with 1 additions and 1 deletions
  1. 2
      api/payment.js

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

Loading…
Cancel
Save