马宇豪
2025-03-06 71521b48a25f9288b5187b78884feef5d559b2ff
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
  })
}