人气推荐
GET
/index/findRecommendGoods
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/index/findRecommendGoods'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
array [object {18}]
必需
id
integer
必需
createTime
string
必需
updateTime
string
必需
isDeleted
integer
必需
category1Id
integer
必需
category2Id
integer
必需
name
string
必需
price
integer
必需
marketPrice
integer
必需
saleCount
integer
必需
stockCount
integer
必需
imageUrl
string
必需
floralLanguage
string
必需
applyUser
string
必需
material
string
必需
packing
string
必需
isRecommend
integer
必需
detailList
null
必需
示例
{
"code": 27,
"message": "aute",
"data": [
{
"id": 74,
"createTime": "1998-09-02 18:26:06",
"updateTime": "2017-01-01 21:19:08",
"isDeleted": 99,
"category1Id": 52,
"category2Id": 13,
"name": "存做求式中然",
"price": 57,
"marketPrice": 27,
"saleCount": 59,
"stockCount": 34,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "aliqua",
"applyUser": "veniam non laborum dolor aute",
"material": "ullamco labore reprehenderit minim",
"packing": "est dolor aliquip adipisicing",
"isRecommend": 12,
"detailList": null
},
{
"id": 93,
"createTime": "2014-09-21 16:05:35",
"updateTime": "1989-02-08 16:19:15",
"isDeleted": 59,
"category1Id": 37,
"category2Id": 73,
"name": "队具此定什",
"price": 68,
"marketPrice": 58,
"saleCount": 63,
"stockCount": 30,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "sint fugiat eu voluptate",
"applyUser": "pariatur culpa est ullamco",
"material": "amet adipisicing dolore",
"packing": "nostrud aliquip",
"isRecommend": 40,
"detailList": null
},
{
"id": 38,
"createTime": "1970-07-04 20:53:52",
"updateTime": "1977-12-19 22:59:04",
"isDeleted": 3,
"category1Id": 27,
"category2Id": 90,
"name": "深利二本支",
"price": 19,
"marketPrice": 78,
"saleCount": 79,
"stockCount": 74,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "aliqua sint",
"applyUser": "sunt",
"material": "eiusmod cupidatat dolore quis",
"packing": "ut pariatur",
"isRecommend": 42,
"detailList": null
},
{
"id": 74,
"createTime": "1973-02-14 21:26:48",
"updateTime": "1986-07-05 05:40:47",
"isDeleted": 77,
"category1Id": 53,
"category2Id": 59,
"name": "明料形思上",
"price": 21,
"marketPrice": 77,
"saleCount": 48,
"stockCount": 87,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "ullamco do laborum elit dolor",
"applyUser": "aliquip consequat deserunt",
"material": "officia aliquip do dolor culpa",
"packing": "nostrud dolore commodo",
"isRecommend": 6,
"detailList": null
}
]
}
修改于 2023-12-10 03:15:34