curl --location --request GET '/admin-api/product/favorite/page?pageNo=1&pageSize=10' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"id": 111,
"name": "清凉小短袖",
"keyword": "清凉丝滑不出汗",
"introduction": "清凉小短袖简介",
"description": "清凉小短袖详情",
"categoryId": 1,
"brandId": 1,
"picUrl": "https://www.iocoder.cn/xx.png",
"sliderPicUrls": "[https://www.iocoder.cn/xx.png, https://www.iocoder.cn/xxx.png]",
"sort": 1,
"status": 1,
"createTime": "2019-08-24T14:15:22.123Z",
"specType": true,
"price": 1999,
"marketPrice": 199,
"costPrice": 19,
"stock": 10000,
"skus": [
{
"id": "1024",
"name": "清凉小短袖",
"price": "1999",
"marketPrice": "2999",
"costPrice": "19",
"barCode": "15156165456",
"picUrl": "https://www.iocoder.cn/xx.png",
"stock": "200",
"weight": "1.2",
"volume": "2.5",
"firstBrokeragePrice": "199",
"secondBrokeragePrice": "19",
"properties": [
{
"propertyId": "10",
"propertyName": "颜色",
"valueId": "10",
"valueName": "红色"
}
]
}
],
"deliveryTypes": 1,
"deliveryTemplateId": 111,
"giveIntegral": 111,
"subCommissionType": true,
"salesCount": 2000,
"virtualSalesCount": 66,
"browseCount": 888,
"userId": 111,
"spuId": 111
}
],
"total": 0
},
"msg": "string"
}