This commit is contained in:
cdle
2023-06-29 13:49:23 +08:00
parent b6e4c180c3
commit 7ea4710d16
10 changed files with 97 additions and 70 deletions
+1
View File
@@ -36,6 +36,7 @@ type Request struct {
uuid string
bodyData []byte
_event string
Mark interface{}
}
func (r *Request) Body() string {