1
jhzh
2025-08-26 42568bdd99cfaadd3f8d9059e5166e2e0b2b26d0
src/axios/api.js
@@ -1,6 +1,9 @@
import { post, get } from "@/axios/index";
// import APIUrl from '@/axios/api.url'
export function getIndexData(options) {
  return post("/api/stock/getIndexData.do", options);
}
export function listIntraday(options) {
  return post("/api/intraday/listIntraday.do", options);
}