Li 2 years ago
parent
commit
a40455699f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      TEAMModelOS.SDK/DI/CoreAPI/CoreAPIHttpService.cs

+ 1 - 1
TEAMModelOS.SDK/DI/CoreAPI/CoreAPIHttpService.cs

@@ -382,7 +382,7 @@ namespace TEAMModelOS.SDK
 
                 NotifyData notifyData = new NotifyData
                 {
-                    hubName = bINotice.crowd.type,
+                    hubName = string.Join(",", bINotice.crowd.types),
                     sender = bINotice.source,
                     tags = bINotice.crowdIds,
                     title = bINotice.theme,