{
"productIdList": [
0
]
}
curl --location -g --request POST 'https://openapi.cs2dt.com/v1/product/v1/info?app-key=' \
--header 'Content-Type: application/json' \
--data-raw '{
"productIdList": [
0
]
}'
{
"success": false,
"data": {
"totalCount": 0,
"productInfoDTOList": [
{
"id": "",
"sellStatus": false,
"appId": 0,
"itemId": "",
"itemName": "",
"marketHashName": "",
"price": 0.0,
"cnyPrice": 0.0,
"imageUrl": "",
"delivery": 0
}
]
},
"errorCode": 0,
"errorMsg": "",
"errorData": {}
}