将带宽限制改为流量限制

This commit is contained in:
刘祥超
2021-11-09 17:36:49 +08:00
parent c546b9fc7d
commit 6f52cffabd
3 changed files with 8 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ import (
"net/http"
)
// 带宽限制
// 套餐过期
func (this *HTTPRequest) doPlanExpires() {
this.tags = append(this.tags, "plan")