mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
实现带宽计费套餐
This commit is contained in:
@@ -38,6 +38,7 @@ message CreatePlanRequest {
|
||||
bytes featuresJSON = 4;
|
||||
string priceType = 5;
|
||||
bytes trafficPriceJSON = 6;
|
||||
bytes bandwidthPriceJSON = 10;
|
||||
float monthlyPrice = 7;
|
||||
float seasonallyPrice = 8;
|
||||
float yearlyPrice = 9;
|
||||
@@ -57,6 +58,7 @@ message UpdatePlanRequest {
|
||||
bytes featuresJSON = 6;
|
||||
string priceType = 7;
|
||||
bytes trafficPriceJSON = 8;
|
||||
bytes bandwidthPriceJSON = 12;
|
||||
float monthlyPrice = 9;
|
||||
float seasonallyPrice = 10;
|
||||
float yearlyPrice = 11;
|
||||
|
||||
Reference in New Issue
Block a user