按天统计流量接口可以预估某日同时间流量

This commit is contained in:
GoEdgeLab
2022-04-10 21:25:29 +08:00
parent fd35a31f9d
commit 46eb6a227a
2 changed files with 29 additions and 18 deletions

View File

@@ -14,6 +14,7 @@ service TrafficDailyStatService {
// 查找某日统计
message FindTrafficDailyStatWithDayRequest {
string day = 1; // YYYYMMDD
string minute = 2; // HHIISS可选项
}
message FindTrafficDailyStatWithDayResponse {