Commit dc377cf4 by Jony.L

首页统计1.0

parent 6093e6da
import request from '@/config/axios'
export const getUsersData = async () => {
return await request.get({ url: `/index/count/getUsersData` })
}
export const getOrdersData = async() => {
return await request.get({url:`/index/count/getOrdersData`})
}
export const getApiCallsData = async() => {
return await request.get({url:`/index/count/getApiCallsData`})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment