实现带宽计费套餐

This commit is contained in:
GoEdgeLab
2022-01-23 19:16:58 +08:00
parent 83d3ab75c3
commit 64e9fe64b3
14 changed files with 1032 additions and 52 deletions

View File

@@ -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;