mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-28 17:55:18 +08:00
增加流量带宽子账单接口/把 regionId 改为 nodeRegionId
This commit is contained in:
@@ -14,10 +14,10 @@ message CalculatePriceRequest {
|
||||
string priceType = 1;
|
||||
float trafficGB = 2;
|
||||
float bandwidthMB = 3;
|
||||
int64 regionId = 4;
|
||||
int64 nodeRegionId = 4;
|
||||
}
|
||||
|
||||
message CalculatePriceResponse {
|
||||
float amount = 1;
|
||||
bool hasRegionPrice = 2;
|
||||
bool hasNodeRegionPrice = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user