猜你喜欢
GET
/index/findListGoods
请求参数
无
示例代码
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/findListGoods'
返回响应
🟢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": 16,
"message": "dolor",
"data": [
{
"id": 97,
"createTime": "1972-01-12 00:10:05",
"updateTime": "2007-11-28 08:47:29",
"isDeleted": 47,
"category1Id": 26,
"category2Id": 43,
"name": "门争器",
"price": 90,
"marketPrice": 25,
"saleCount": 27,
"stockCount": 18,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "exercitation non nostrud voluptate dolor",
"applyUser": "sed ipsum in nostrud",
"material": "Lorem voluptate Ut aute laboris",
"packing": "incididunt fugiat occaecat laboris",
"isRecommend": 17,
"detailList": null
},
{
"id": 14,
"createTime": "2003-11-10 14:43:15",
"updateTime": "1976-10-04 04:13:35",
"isDeleted": 65,
"category1Id": 78,
"category2Id": 11,
"name": "子八团观",
"price": 89,
"marketPrice": 38,
"saleCount": 34,
"stockCount": 76,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "nisi aute amet culpa",
"applyUser": "aliqua laborum eu dolore fugiat",
"material": "culpa Lorem commodo est reprehenderit",
"packing": "elit consequat sed",
"isRecommend": 5,
"detailList": null
},
{
"id": 77,
"createTime": "2011-12-01 01:06:32",
"updateTime": "1992-03-16 21:37:13",
"isDeleted": 98,
"category1Id": 73,
"category2Id": 5,
"name": "调压线立",
"price": 41,
"marketPrice": 99,
"saleCount": 38,
"stockCount": 74,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "reprehenderit ut",
"applyUser": "fugiat",
"material": "Lorem aute",
"packing": "nisi",
"isRecommend": 14,
"detailList": null
}
]
}
修改于 2023-12-10 03:15:28