{
"pageNo": 1,
"pageSize": 50,
"orderBy": "string",
"desc": 0,
"inquireType": 0,
"searchType": "string",
"searchContent": "string",
"total": 0,
"skuList": [
"string"
],
"skuNoList": [
"string"
],
"beginTime": "string",
"endTime": "string",
"isDistribution": 0,
"skuIds": [
0
]
}curl --location --request POST '/api/sku/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNo": 1,
"pageSize": 50,
"orderBy": "string",
"desc": 0,
"inquireType": 0,
"searchType": "string",
"searchContent": "string",
"total": 0,
"skuList": [
"string"
],
"skuNoList": [
"string"
],
"beginTime": "string",
"endTime": "string",
"isDistribution": 0,
"skuIds": [
0
]
}'{
"code": 0,
"message": "",
"data": {
"pageNo": 0,
"pageSize": 0,
"totalPage": 0,
"totalSize": 0,
"rows": [
{
"skuNo": "",
"sku": "",
"skuCode": "",
"skuCodeList": [
""
],
"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,
"declareChineseName": "",
"declareEnglishName": "",
"declarePrice": 0.0,
"declareCurrency": "",
"declareAttribute": 0,
"declareHsCode": "",
"createTime": "",
"updateTime": ""
}
],
"heads": [
{
"key": "",
"value": ""
}
]
},
"requestId": ""
}