zzzz
2024-04-22 a5f4dd223bd0fc3ef727891d68b830ef825e23ba
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) {