| | |
| | | // 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); |
| | | } |
| | |
| | | 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); |
| | | } |