zzzz
2024-04-18 dae398af7420dfb24cf66364f06e6a384db38ae8
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) {