重新实现套餐相关功能

This commit is contained in:
刘祥超
2023-09-06 16:31:14 +08:00
parent 972b487db8
commit 2497a81e09
16 changed files with 1600 additions and 972 deletions

View File

@@ -19,4 +19,5 @@ message ServerBandwidthStat {
int64 countRequests = 12; // 总请求数
int64 countCachedRequests = 13; // 总缓存请求数
int64 countAttackRequests = 14; // 总攻击请求数
int64 userPlanId = 15; // 绑定的用户套餐ID
}