111
jhzh
2025-08-13 a69acc4bf4b3d75fb526c8ee6b4a2da0b9a321fa
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);
}