| | |
| | | return get('/api/futures/queryHome.do', options) |
| | | } |
| | | |
| | | // 获取期货列表 |
| | | export function getListFutures (options) { |
| | | return get('/api/futures/queryList.do', options) |
| | | } |
| | | |
| | | // 查询期货产品的交易状态 |
| | | export function queryTrans (options) { |
| | | return get('/api/futures/queryTrans.do', options) |
| | |
| | | return get(`/api/news/getNewsList.do?pageNum=1&pageSize=15&type=${type}`, {}) |
| | | } |
| | | |
| | | // 查询新闻详情 |
| | | export function queryNewsDetail (type) { |
| | | return get(`/api/news/getDetail.do?id=${type}`, {}) |
| | | } |
| | | |
| | | // 配资申请-用户配资列表 |
| | | export function getUserApplyList (options) { |
| | | return post('/user/funds/getUserApplyList.do', options) |