This commit is contained in:
richboo111
2023-07-12 16:41:18 +08:00
parent 04f70bbb83
commit 4cc69de24f

View File

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