增加流量带宽子账单接口/把 regionId 改为 nodeRegionId

This commit is contained in:
GoEdgeLab
2022-10-14 16:17:18 +08:00
parent 46067d2c64
commit 3259ebc21e
15 changed files with 4655 additions and 4013 deletions

View File

@@ -12,5 +12,5 @@ message ServerBandwidthStat {
string timeAt = 5;
int64 bytes = 6;
int64 bits = 7;
int64 regionId = 8;
int64 nodeRegionId = 8;
}