X-API-Key: ********************{
"skuIds": "string"
}curl --location --request POST '/jd/checkSkuSaleList' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"skuIds": "string"
}'{
"code": 0,
"msg": "string",
"data": [
{
"sku_id": "string",
"saleState": "string"
}
]
}