| | |
| | | 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 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 selCzFn(options) { |
| | | return post("/user/pay/flyPay.do", options); |
| | | } |
| | | // 充值 |
| | | export function positionzx(options) { |
| | | return post("/user/option/list.do", options); |
| | | } |
| | | // 充值 |
| | | export function getMoenyLog(options) { |
| | | return post("/user/getMoenyLog.do", options); |
| | | } |