mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
4 lines
124 B
Java
4 lines
124 B
Java
import request from '@/config/axios'
|
|
|
|
export const msgCountApi = () => request.post({ url: '/msg-center/count', data: {} })
|