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/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
|
||||||
|
|||||||
Reference in New Issue
Block a user