com.hiczp.picacomic.api.service.init.model.WakaInitResponse.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of picacomic-api Show documentation
Show all versions of picacomic-api Show documentation
Call PicaComic API in Kotlin
The newest version!
package com.hiczp.picacomic.api.service.init.model
@Suppress("SpellCheckingInspection")
data class WakaInitResponse(
val status: String, // ok
val addresses: List,
val waka: String, // https://ad-channel.woyeahgo.tk
val adKeyword: String // woyeahgo
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy