修改部分小数数字精度(float->double),增加用户服务状态API

This commit is contained in:
GoEdgeLab
2022-10-23 16:29:08 +08:00
parent 44b7858b19
commit 66e5b0ac5d
29 changed files with 5310 additions and 4750 deletions

View File

@@ -13,7 +13,7 @@ message Plan {
string priceType = 7;
bytes trafficPriceJSON = 8;
bytes bandwidthPriceJSON = 12;
float monthlyPrice = 9;
float seasonallyPrice = 10;
float yearlyPrice = 11;
double monthlyPrice = 9;
double seasonallyPrice = 10;
double yearlyPrice = 11;
}