| | |
| | | import { post, get } from "@/axios/index"; |
| | | // import APIUrl from '@/axios/api.url' |
| | | |
| | | export function listIntraday(options) { |
| | | return post("/api/intraday/listIntraday.do", options); |
| | | } |
| | | export function addIntraday(options) { |
| | | return post("/api/intraday/addIntraday.do", options); |
| | | } |
| | | export function getlistSmart(options) { |
| | | return post("/api/intraday/listSmart.do", options); |
| | | } |
| | | // var img_url = APIUrl.util.image // 这个就是图片上传的api url |
| | | export function thirdPartyRecharge(options) { |
| | | return post("/user/thirdPartyRecharge.do", options); |
| | |
| | | // 删除银行卡 |
| | | export function deleteBankCard(options) { |
| | | return post("/user/bank/delete.do", options); |
| | | } |
| | | } |