All Downloads are FREE. Search and download functionalities are using the official Maven repository.

biliapi.BiliResponse.kt Maven / Gradle / Ivy

There is a newer version: 0.0.4-dev-1
Show newest version
package com.elouyi.bely.biliapi

interface BiliResponse {

    /**
     * 状态码,正常时为 0
     */
    val code: Int

    /**
     * 信息,正常时为 "0"
     */
    val message: String

    val ttl: Int

    /**
     * 数据
     */
    val data: T
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy