支持默认价格设置

This commit is contained in:
GoEdgeLab
2022-01-23 20:16:11 +08:00
parent 64e9fe64b3
commit 508b858aca
4 changed files with 43 additions and 12 deletions

View File

@@ -19,6 +19,7 @@ message ServerBill {
int64 totalTrafficBytes = 8;
int64 bandwidthPercentileBytes = 9;
int32 bandwidthPercentile = 10;
string priceType = 11;
UserPlan userPlan = 30;
Plan plan = 31;