mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-23 13:42:25 +08:00
test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user