IntimacyUpdateRequest
class IntimacyUpdateRequest @JvmOverloads constructor(userId: ID, score: Int? = null, socialInfo: String? = null, imgId: ID? = null) : KookPostRequest<Unit>
/api/v3/intimacy/update
method POST
Constructors
Link copied to clipboard
fun IntimacyUpdateRequest(userId: ID, score: Int? = null, socialInfo: String? = null, imgId: ID? = null)
Types
Functions
Link copied to clipboard
@Api4J
通过 client 执行网络请求并尝试得到结果。
Link copied to clipboard
open suspend fun requestData(client: HttpClient, authorization: String, decoder: Json = DEFAULT_JSON)
通过 client 执行网络请求并尝试得到结果。
Link copied to clipboard
@Api4J
通过 client 执行网络请求并尝试得到结果。