1
0
mirror of https://github.com/silenceper/wechat.git synced 2026-02-23 13:42:25 +08:00
This commit is contained in:
houseme
2023-10-14 00:59:32 +08:00
parent 12dfb7051a
commit ef4e3a0a3e

View File

@@ -4,6 +4,7 @@ import (
"encoding/json"
"encoding/xml"
"errors"
"fmt"
"io"
"net/http"
"sort"
@@ -127,6 +128,7 @@ func (receiver *PushReceiver) GetMsgData(r *http.Request) (MsgType, EventType, P
if err != nil {
return "", "", nil, err
}
fmt.Println("decryptMsg string", string(decryptMsg))
var (
msgType MsgType
eventType EventType