mirror of
https://github.com/xiaoyiweb/YiAi.git
synced 2025-09-17 08:46:38 +08:00
8 lines
264 B
TypeScript
8 lines
264 B
TypeScript
import api from '../index'
|
|
|
|
export default {
|
|
getBaseInfo: params => api.get('/statistic/base', { params }),
|
|
getChatStatistic: params => api.get('/statistic/chatStatistic', { params }),
|
|
getBaiduVisit: params => api.get('/statistic/baiduVisit', { params }),
|
|
}
|