交易所前端蓝色ui 4.5 jiem
jhzh
2025-05-15 ebe728bfea7cc3f7c929821ec0ab4f33edc04b83
1
2
3
4
5
6
7
import Axios from "@/utils/http";
function getKline(data) {
  return Axios.fetch("/wap/api/hobi!getKline.action", data);
}
export default {
  getKline,
};