This commit is contained in:
richboo111
2023-07-12 17:09:57 +08:00
parent 58da22323f
commit 0cf862d600

View File

@@ -259,7 +259,6 @@ func pushMsgByUniApp(storeId int, storeName string, cID []string, msg string, bo
} }
if err := api.UniAppApi.SendMsgByUinApp(param); err != nil { if err := api.UniAppApi.SendMsgByUinApp(param); err != nil {
globals.SugarLogger.Debugf("SendMsgByUinApp err=%v", err)
errs = append(errs, err) errs = append(errs, err)
} }
} }