zhouwx
5 天以前 592c1750b148874737cdfba4b22b6229f9805fe6
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
    })
}