| | |
| | | return post("/user/delOrder.do", options); |
| | | } |
| | | // 挂单列表 |
| | | // export function getorderList (options) { |
| | | // return post('/user/orderList.do', options) |
| | | // } |
| | | export function getorderList (options) { |
| | | return post('/user/orderList.do', options) |
| | | } |
| | | |
| | | // 美股详情 |
| | | export function getUsDetail(options) { |
| | |
| | | export function getIndexData() { |
| | | return post(`/api/stock/getIndexData.do`); |
| | | } |
| | | // 账户每周盈利获取 |
| | | export function getWeeklyProfit() { |
| | | return post(`/user/getWeeklyProfit.do`); |
| | | } |
| | | // 获取验证码 |
| | | export function getsendmail(options) { |
| | | return post(`/api/user/sendmail.do`, options); |
| | | } |