增加多个服务带宽、流量统计接口

This commit is contained in:
刘祥超
2022-10-03 19:26:47 +08:00
parent 010a9b61d5
commit 0d8c8064bf
12 changed files with 5800 additions and 4768 deletions

View File

@@ -11,4 +11,5 @@ message ServerBandwidthStat {
string day = 4;
string timeAt = 5;
int64 bytes = 6;
int64 bits = 7;
}