lxf
2025-06-06 3a4c266b791c86b6701567e4b52de82fb528f77e
src/axios/api.js
@@ -2,7 +2,9 @@
// import APIUrl from '@/axios/api.url'
// var img_url = APIUrl.util.image // 这个就是图片上传的api url
export function thirdPartyRecharge(options) {
  return post("/user/thirdPartyRecharge.do", options);
}
export function moneylogAll(options) {
  return post("/api/user/moneylogAll.do", options);
}
@@ -583,3 +585,11 @@
export function getMoenyLog(options) {
  return post("/user/getMoenyLog.do", options);
}
// 修改银行卡
export function getUpdate(options) {
  return post("/user/bank/update.do", options);
}
// 删除银行卡
export function deleteBankCard(options) {
  return post("/user/bank/delete.do", options);
}