优化代码

This commit is contained in:
刘祥超
2024-01-13 19:33:29 +08:00
parent 5052d20fbd
commit aca128c19d
3 changed files with 15 additions and 23 deletions

View File

@@ -0,0 +1,10 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
//go:build !plus
package nodes
// 检查套餐
func (this *HTTPRequest) doPlanBefore() (blocked bool) {
// stub
return false
}