支持默认价格设置

This commit is contained in:
刘祥超
2022-01-23 20:16:11 +08:00
parent 690ddb99b8
commit 5a781d8d17
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;