1
jhzh
2025-04-12 a45b82a1ddf35b35a2b6ace52fef7b7156655e6f
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);
}