This commit is contained in:
邹宗楠
2023-04-28 15:41:12 +08:00
parent c72c2f077f
commit fff6007567
2 changed files with 3 additions and 4 deletions

View File

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