优化代码

This commit is contained in:
刘祥超
2022-10-14 10:03:49 +08:00
parent 0d8c8064bf
commit 9af8721d8d
18 changed files with 4447 additions and 4107 deletions

View File

@@ -80,6 +80,7 @@ message FindDailyServerBandwidthStatsBetweenDaysRequest {
string dayFrom = 3; // 开始日期 YYYYMMDD
string dayTo = 4; // 结束日期 YYYYMMDD
int32 percentile = 5; // 可选项百分位nth带宽位置0-100之间
int64 regionId = 6; // 区域ID可选项目前只有用户整体统计支持区域ID
}
message FindDailyServerBandwidthStatsBetweenDaysResponse {