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