实现新的CC

This commit is contained in:
刘祥超
2021-07-19 10:49:56 +08:00
parent d775dfeeaa
commit 7e37fc3b80
6 changed files with 71 additions and 3 deletions

View File

@@ -25,4 +25,7 @@ type Request interface {
// WAFServerId 服务ID
WAFServerId() int64
// Format 格式化变量
Format(string) string
}