{
"pageNo": 1,
"pageSize": 50,
"skuList": [
"string"
],
"beginTime": "string",
"endTime": "string"
}curl --location --request POST '/api/sku/distribution/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 50,
"skuList": [
"string"
],
"beginTime": "string",
"endTime": "string"
}'{
"code": 0,
"message": "",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalSize": 0,
"rows": [
{
"skuNo": "",
"sku": "",
"skuCode": "",
"name": "",
"imgUrl": "",
"length": 0.0,
"width": 0.0,
"height": 0.0,
"weight": 0.0,
"actualLength": 0.0,
"actualWidth": 0.0,
"actualHeight": 0.0,
"actualWeight": 0.0,
"createTime": "",
"updateTime": "",
"price": 0.0,
"currency": "",
"link": ""
}
],
"heads": [
{
"key": "",
"value": ""
}
]
},
"requestId": ""
}