up
This commit is contained in:
@@ -37,7 +37,7 @@ var (
|
||||
|
||||
func (a *API) GetNotifyMsg(data []byte) (msg *NotifyMsg, notifyResponse *NotifyResponse) {
|
||||
err := utils.UnmarshalUseNumber(data, &msg)
|
||||
if err == nil {
|
||||
if err == nil && msg.MessageBody != "" {
|
||||
err = utils.UnmarshalUseNumber([]byte(msg.MessageBody), &msg.MessageObj)
|
||||
}
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user