This commit is contained in:
richboo111
2023-07-12 17:24:01 +08:00
parent f0635405b4
commit dcaef6fa2f

View File

@@ -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{}{