马宇豪
2025-02-10 02bd5982028af6e791dd0857f535a41aaf74679e
src/api/specialOperationsPay/notCoalPay.js
@@ -120,3 +120,19 @@
    params: data
  })
}
export function nonCoalTeamPay(data) {
  return request({
    url: '/pay/nonCoalPay/editPayTypeInfo',
    method: 'post',
    data: data
  })
}
export function nonCoalPersonPay(data) {
  return request({
    url: '/pay/nonCoalPay/sendOrder',
    method: 'post',
    params: data
  })
}