zhouwx
2024-07-18 026b72ee0218e9cf93c2ba2d4f944e7a7d3b56ae
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
    })
}