dashboard
repositories
filestore
activity
search
login
admin
/
ys-MT10-pc_0506
forked from
交易所/ys-MT10-pc_0506
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
完结
lxf
2025-05-10
23a7e340686d166ec0571a09c248f218d1b62f8b
[~admin/ys-MT10-pc_0506.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,
};