Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
houseme committed Oct 13, 2023
1 parent 12dfb70 commit ef4e3a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions miniprogram/message/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"encoding/json"
"encoding/xml"
"errors"
"fmt"
"io"
"net/http"
"sort"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ef4e3a0

Please sign in to comment.