fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.user
/
StoreProductsResponse
Store
Products
Response
@
Serializable
data
class
StoreProductsResponse
(
val
success
:
Boolean
,
val
data
:
StoreProductsData
,
val
requestId
:
String
)
用户商店商品响应 端点:GET /api/proxy/furtv/users/storeproducts 商店商品接口的响应包装
Members
Constructors
Store
Products
Response
Link copied to clipboard
constructor
(
success
:
Boolean
,
data
:
StoreProductsData
,
requestId
:
String
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
StoreProductsData
request
Id
Link copied to clipboard
@
SerialName
(
value
=
"requestId"
)
val
requestId
:
String
success
Link copied to clipboard
@
SerialName
(
value
=
"success"
)
val
success
:
Boolean