实现新的CC

This commit is contained in:
GoEdgeLab
2021-07-19 10:49:56 +08:00
parent 13f619e142
commit 3e98f32e26
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
}