{
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"id": 0,
"goodsNo": "string",
"goodsName": "string",
"thumbnailUrl": "string",
"pictureIds": [
0
],
"categoryKey": "string",
"tagKey": "string",
"description": "string",
"preferentialFlag": 0,
"priceFlag": 0,
"hotFlag": 0,
"copyrightFlag": 0,
"creatorId": 0,
"isExclusive": true,
"originalPrice": 0,
"realPrice": 0,
"discountPrice": 0,
"listingTime": "string",
"salesTotal": 0,
"status": 0,
"isTop": true,
"sort": 0,
"specs": "string",
"layout": "string",
"pageNumber": 0,
"fontNumber": 0,
"fontStyles": [
"string"
],
"fontLanguages": [
"string"
],
"goodsNames": [
{
"language": "string",
"context": "string"
}
],
"descriptions": [
{
"language": "string",
"context": "string"
}
],
"resourceList": [
{
"resType": 0,
"originalFileName": "string",
"resThumbnailUrl": "string",
"resFileUrl": "string"
}
],
"discountContent": {
"discount": 0,
"startTime": "string",
"endTime": "string",
"status": 0
},
"tagIds": [
0
]
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/goods/add' \
--header 'Authorization: Bearer wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": 0,
"createTime": "string",
"updateBy": 0,
"updateTime": "string",
"id": 0,
"goodsNo": "string",
"goodsName": "string",
"thumbnailUrl": "string",
"pictureIds": [
0
],
"categoryKey": "string",
"tagKey": "string",
"description": "string",
"preferentialFlag": 0,
"priceFlag": 0,
"hotFlag": 0,
"copyrightFlag": 0,
"creatorId": 0,
"isExclusive": true,
"originalPrice": 0,
"realPrice": 0,
"discountPrice": 0,
"listingTime": "string",
"salesTotal": 0,
"status": 0,
"isTop": true,
"sort": 0,
"specs": "string",
"layout": "string",
"pageNumber": 0,
"fontNumber": 0,
"fontStyles": [
"string"
],
"fontLanguages": [
"string"
],
"goodsNames": [
{
"language": "string",
"context": "string"
}
],
"descriptions": [
{
"language": "string",
"context": "string"
}
],
"resourceList": [
{
"resType": 0,
"originalFileName": "string",
"resThumbnailUrl": "string",
"resFileUrl": "string"
}
],
"discountContent": {
"discount": 0,
"startTime": "string",
"endTime": "string",
"status": 0
},
"tagIds": [
0
]
}'
{
"code": 0,
"msg": "",
"data": null
}