Package-level declarations
Types
Link copied to clipboard
data class IntimacyIndex @ApiResultType constructor(val imgUrl: String, val socialInfo: String, val lastRead: Timestamp, val imgList: List<IntimacyIndex.Img>)
好感度信息
Link copied to clipboard
Link copied to clipboard
class IntimacyUpdateRequest @JvmOverloads constructor(userId: ID, score: Int? = null, socialInfo: String? = null, imgId: ID? = null) : KookPostRequest<Unit>