Authorization: Bearer ********************
{
"goods": {
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsSn": "string",
"name": "string",
"categoryId": 0,
"brandId": 0,
"gallery": [
"string"
],
"keywords": "string",
"brief": "string",
"isOnSale": true,
"sort": 0,
"picUrl": "string",
"shareUrl": "string",
"isNew": true,
"isHot": true,
"unit": "string",
"counterPrice": 0,
"retailPrice": 0,
"actualSales": 0,
"virtualSales": 0,
"detail": "string",
"delFlag": true
},
"specifications": [
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsId": 0,
"specification": "string",
"value": "string",
"picUrl": "string",
"delFlag": true
}
],
"attributes": [
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsId": 0,
"attribute": "string",
"value": "string",
"delFlag": true
}
],
"products": [
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsId": 0,
"specifications": [
"string"
],
"price": 0.0001,
"defaultSelected": true,
"number": 0,
"url": "string",
"delFlag": true
}
]
}
curl --location --request POST 'http://localhost:81/shop/goods' \
--header 'Content-Type: application/json' \
--data-raw '{
"goods": {
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsSn": "string",
"name": "string",
"categoryId": 0,
"brandId": 0,
"gallery": [
"string"
],
"keywords": "string",
"brief": "string",
"isOnSale": true,
"sort": 0,
"picUrl": "string",
"shareUrl": "string",
"isNew": true,
"isHot": true,
"unit": "string",
"counterPrice": 0,
"retailPrice": 0,
"actualSales": 0,
"virtualSales": 0,
"detail": "string",
"delFlag": true
},
"specifications": [
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsId": 0,
"specification": "string",
"value": "string",
"picUrl": "string",
"delFlag": true
}
],
"attributes": [
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsId": 0,
"attribute": "string",
"value": "string",
"delFlag": true
}
],
"products": [
{
"createTime": "string",
"updateTime": "string",
"id": 0,
"goodsId": 0,
"specifications": [
"string"
],
"price": 0.0001,
"defaultSelected": true,
"number": 0,
"url": "string",
"delFlag": true
}
]
}'
{
"code": 0,
"msg": "",
"data": false
}