| | |
| | | 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); |
| | | } |
| | |
| | | return post("/api/user/reg.do", options); |
| | | } |
| | | |
| | | // 获取邮箱验证码 |
| | | export function sendMailCode(options) { |
| | | return post("/api/user/sendMailCode.do", options); |
| | | } |
| | | |
| | | // 注销登录 |
| | | export function logout(options) { |
| | | return post("/api/user/logout.do", options); |
| | |
| | | export function getCode(options) { |
| | | return get("/api/sms/sendRegSms.do", options); |
| | | } |
| | | |
| | | // 获取验证码 -- 注册 |
| | | export function getyzmCode(options) { |
| | | return post("/api/user/sendSms.do", options); |
| | | } |
| | | // 获取验证码 -- 忘记密码 |
| | | export function sendForgetSms(options) { |
| | | return get("/api/sms/sendForgetSms.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) { |