diff --git a/business/jxutils/unipush/push.go b/business/jxutils/unipush/push.go index e6e026562..fc92d23da 100644 --- a/business/jxutils/unipush/push.go +++ b/business/jxutils/unipush/push.go @@ -182,12 +182,7 @@ func pushMsgByUniApp(storeId int, storeName string, cID []string, msg string, bo var ( errs []error options = make(map[string]interface{}, 0) - offMsg MsgContext ) - if err := json.Unmarshal([]byte(body), &offMsg); err != nil { - globals.SugarLogger.Debugf("pushMsgByUniApp marshal err") - } - globals.SugarLogger.Debugf("pushMsgByUniApp body") if flag == FlagOrder { options = map[string]interface{}{ "XM": map[string]interface{}{