| | |
| | | // 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 queryStockConfig(options) { |
| | | return post("/api/user/queryStockConfig.do", options); |
| | | } |
| | | export function getchicang(options) { |
| | | return post("user/position/list.do", options); |
| | | } |
| | | export function applyLever(options) { |
| | | return post("user/applyLever.do", options); |
| | | } |
| | | export function getPayInfoa(options) { |
| | | return post("/user/pay/queryPayChnnel.do", options); |
| | |
| | | export function getStockByType(options) { |
| | | return get("/api/stock/getStockByType.do", options); |
| | | } |
| | | |
| | | // 单只股票行情数据 |
| | | export function getSingleStock(options) { |
| | | return post("/api/stock/getSingleStock.do", options); |
| | |
| | | // 获取我的持仓单 - 指数 |
| | | export function getIndexOrderList(options) { |
| | | return post("/user/index/position/list.do", options); |
| | | } |
| | | // 获取我的持仓单 - 指数 |
| | | export function findByPostionSn(options) { |
| | | return post("/user/position/findByPostionSn.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); |
| | | } |