src/api/list.js
@@ -69,3 +69,20 @@ method: 'get' }) } // 获取30天总体用量 export function getTotalStatistics(){ return request({ url: '/statistics/sms/countByTime', method: 'get' }) } // 获取各地总体用量 export function getTotalStatisticsByArea(data){ return request({ url: '/statistics/sms/count', method: 'post', data: data }) }