curl --location --request GET '/product/spu/list-by-ids?ids' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": [
{
"id": 0,
"name": "",
"introduction": "",
"categoryId": 0,
"picUrl": "",
"sliderPicUrls": [
""
],
"specType": false,
"price": 0,
"marketPrice": 0,
"vipPrice": 0,
"stock": 0,
"salesCount": 0
}
],
"msg": ""
}