dashboard
repositories
filestore
activity
search
login
HKStock
/
ysjys
演示交易所前端-1
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
机器臂
dcc
2024-06-13
fad052d0879be9d0bf85794ad686d4badaedd864
[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,
};