This commit is contained in:
cdle
2021-09-26 12:49:02 +08:00
parent 741ec805dc
commit e907ff3b4c
+3
View File
@@ -46,6 +46,9 @@ func InitReplies() {
}
}
handler = func(s Sender) interface{} {
if reply.Request.Disappear {
s.Disappear()
}
url := reply.Request.Url
body := reply.Request.Body
for k, v := range s.GetMatch() {