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

This commit is contained in:
GoEdgeLab
2023-02-27 10:46:48 +08:00
parent 314ee86f2c
commit 1faed99e5b
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,