Sfoglia il codice sorgente

新增核心观点

317699326@qq.com 2 mesi fa
parent
commit
1f8a610e88
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      services/voice_broadcast.go

+ 1 - 0
services/voice_broadcast.go

@@ -462,6 +462,7 @@ func handleBroadcastItem(userInfo user.UserInfo, item *voice_broadcast.VoiceBroa
 		imgArr = append(imgArr, imgs[i].ImgUrl)
 	}
 	resp.Imgs = imgArr
+	resp.CentralArguments = item.CentralArguments
 	return
 }