Bläddra i källkod

银农

rongxin_prod
yangfuda 1 år sedan
förälder
incheckning
e303ead9ff
1 ändrade filer med 12 tillägg och 0 borttagningar
  1. +12
    -0
      src/api/onlineHome/bankAgriculture/paymentApproval.js

+ 12
- 0
src/api/onlineHome/bankAgriculture/paymentApproval.js Visa fil

@@ -24,6 +24,18 @@ export function getTransfer(id) {
})
}

export function transactionStatusQuery(id) {
return request({
url: '/yinnong/transfer/transactionStatusQuery/' + id,
method: 'get'
})
}
export function reapply(id) {
return request({
url: '/yinnong/transfer/reapply/' + id,
method: 'get'
})
}
export function queryTransferDetail(transferId){
return request({
url: '/yinnong/transferDetail/getDetails/' + transferId,


Laddar…
Avbryt
Spara