实现新的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

@@ -65,3 +65,7 @@ func (this *TestRequest) WAFRestoreBody(data []byte) {
func (this *TestRequest) WAFServerId() int64 {
return 0
}
func (this *TestRequest) Format(s string) string {
return s
}