浏览代码

Merge branch 'xqc_375' into debug

317699326@qq.com 3 月之前
父节点
当前提交
9f30bf39c6
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 }