dcc
2024-05-06 4ed6c4fb44cb05a794c4aff1fc193158307d9ed8
src/axios/api.js
@@ -323,6 +323,10 @@
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) {