zhouwx
2025-12-02 be8d7e4f0aea2b49ac7a9963df6482864abe3502
1
2
3
4
5
6
7
8
9
import request from '@/utils/request'
 
export function getCompanyCount(params) {
    return request({
        url: '/statistic/companyStatistic',
        method: 'get',
        params: params
    })
}