可以修改单个用户的带宽算法

This commit is contained in:
刘祥超
2023-02-27 10:46:48 +08:00
parent 8afa47c351
commit 6f78146711
4 changed files with 37 additions and 11 deletions

View File

@@ -109,6 +109,7 @@ func (this *UserAction) RunGet(params struct {
"isVerified": user.IsVerified,
"registeredIP": user.RegisteredIP,
"registeredRegion": registeredRegion,
"bandwidthAlgo": user.BandwidthAlgo,
// 实名认证
"hasNewIndividualIdentity": hasNewIndividualIdentity,