Request Code Samples
curl --location --request GET '/api/mdpro3/deck/list?page=1&size=20&keyWord&sortLike=false&sortRank=false&contributor' \
--header 'ReqSource: MDPro3'
Responses
application/json {
"code": 0,
"message": "string",
"data": {
"current": 0,
"size": 0,
"total": 0,
"pages": 0,
"records": [
{
"deckId": "string",
"deckContributor": "string",
"deckName": "string",
"deckLike": 0,
"deckCoverCard1": 0,
"deckCoverCard2": 0,
"deckCoverCard3": 0,
"deckCase": 0,
"deckProtector": 0,
"lastDate": 0
}
]
}
}
Modified at 2024-06-10 08:55:15