Skip to content

Commit

Permalink
Bangumi.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
storytellerF committed May 28, 2023
1 parent e514db5 commit e867795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class PlayerAPI {
val code: Int,
val support_formats: List<SupportFormats>,
val last_play_time: Long,
val last_play_cid: String,
val last_play_cid: String?,
)

data class Durl(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.a10miaomiao.bilimiao.comm.entity

data class ResultInfo2<T>(
val code: Int,
val result: T,
val result: T?,
val message: String,
val ttl: Int,
) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ data class EpisodeInfo(
val ep_id: String,
val index: String,
val index_title: String,
val long_title: String,
val long_title: String?,
val mid: Int,
val page: Int,
val pub_real_time: String,
val section_id: String,
val section_type: Int,
val share_url: String,
val status: Int,
val title: String,
val title: String?,
val vid: String
) : Parcelable

0 comments on commit e867795

Please sign in to comment.