| | |
| | | export function getMoney(options) { |
| | | return post("/user/getMoney.do", options); |
| | | } |
| | | // 汇率 |
| | | export function currencyRate(options) { |
| | | return post("/user/currencyRate.do", options); |
| | | } |
| | | // 多账户 |
| | | export function siteGetPayInfo(options) { |
| | | return post("/api/site/getPayInfo.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 getFuturesOrderList(options) { |