Merge branch 'jdshop' of e.coding.net:rosydev/jx-callback into jdshop

This commit is contained in:
邹宗楠
2023-07-12 16:46:48 +08:00

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)
}
}