feat: 直播间播放

This commit is contained in:
guozhigq
2023-07-11 21:32:31 +08:00
parent 75d4e20d99
commit 828b5c39aa
9 changed files with 374 additions and 7 deletions

View File

@ -50,7 +50,7 @@ class LiveItemModel {
Map? watchedShow;
LiveItemModel.fromJson(Map<String, dynamic> json) {
roomId = json['room_id'];
roomId = json['roomid'];
uid = json['uid'];
title = json['title'];
uname = json['uname'];