TokenRefreshRequest

@Serializable
data class TokenRefreshRequest(val dummy: String? = null)

令牌刷新请求 用于令牌刷新接口的请求体 根据文档,刷新接口不需要请求体,只需要 Authorization header 使用空对象作为请求体

Constructors

Link copied to clipboard
constructor(dummy: String? = null)

Properties

Link copied to clipboard
val dummy: String? = null