XIGUASSR
2022-11-10 f891d8d35067d3bb40e2b48ecc4ab28e26f00bcd
src/axios/api.js
@@ -134,6 +134,11 @@
  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)
@@ -389,6 +394,11 @@
  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)