lxf
2025-06-14 f341440c577806306332f1e55b3b4005b2a67e16
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);
}