交易所前端蓝色ui 4.5 jiem
lxf
2025-04-21 d24c9de7b26cf6be27c922cbb16cba9bbf309ed1
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,
};