curl --location --request GET '/admin-api/statistics/product/rank-page?pageNo=1&pageSize=10' \
--header 'Authorization: 3ecf676011544a3293b9665f63513a28' \
--header 'tenant-id: 10053'{
"code": 0,
"data": {
"list": [
{
"id": 12393,
"time": "2023-12-16",
"spuId": 15114,
"name": "商品名称",
"picUrl": "15114",
"browseCount": 17505,
"browseUserCount": 11814,
"favoriteCount": 20950,
"cartCount": 28493,
"orderCount": 18966,
"orderPayCount": 15142,
"orderPayPrice": 11595,
"afterSaleCount": 2591,
"afterSaleRefundPrice": 21709,
"browseConvertPercent": 15
}
],
"total": 0
},
"msg": "string"
}