dashboard
repositories
filestore
activity
search
login
HKStock
/
ysjys
演示交易所前端-1
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
123
dcc
2024-06-11
1a0dfc3414d02b4247e2160436d37413da8bf295
[HKStock/ysjys.git]
/
src
/
api
/
kline.js
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,
};