商品详情
GET
/goods/{goodsId}
请求参数
Path 参数
goodsId
string
商品id
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/goods/'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
data
object
必需
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
array[string]
必需
示例
{
"code": 53,
"message": "deserunt Excepteur dolore mollit nisi",
"data": {
"id": 20,
"createTime": "1976-07-21 21:23:00",
"updateTime": "1983-09-23 06:52:21",
"isDeleted": 31,
"category1Id": 12,
"category2Id": 8,
"name": "入须上越",
"price": 14,
"marketPrice": 63,
"saleCount": 93,
"stockCount": 42,
"imageUrl": "http://dummyimage.com/400x400",
"floralLanguage": "tempor enim",
"applyUser": "dolor nulla",
"material": "eu",
"packing": "nostrud velit exercitation dolore",
"isRecommend": 90,
"detailList": [
"labore nostrud laborum",
"culpa",
"qui sunt laborum",
"dolor",
"laboris"
]
}
}
修改于 2023-12-24 06:32:49