服务列表增加下行带宽

This commit is contained in:
GoEdgeLab
2022-04-15 12:14:42 +08:00
parent 145a56dc51
commit 01390d56e4
8 changed files with 992 additions and 719 deletions

View File

@@ -16,4 +16,8 @@ message ServerDailyStat {
int64 attackBytes = 9;
bool checkTrafficLimiting = 10;
int64 planId = 11;
string day = 12;
string hour = 13;
string timeFrom = 14;
string timeTo = 15;
}