更改TV类中成员,使能和json对应

This commit is contained in:
LeGend-wLw 2024-02-04 16:36:05 +08:00
parent 4eb90de79d
commit 5798d3a5fe
1 changed files with 4 additions and 0 deletions

View File

@ -7,10 +7,14 @@ data class TV(
var title: String,
var videoUrl: List<String>,
var videoIndex: Int = 0,
var channel: String = "",
var logo: String = "",
var pid: String = "",
var sid: String = "",
var programId: String = "",
var needToken:Boolean=false,
var mustToken:Boolean=false,
) : Serializable {
override fun toString(): String {