| | |
| | | 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 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) { |