{
"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 PUT 'https://jnotetest-hm.jideos.com/goods/edit' \
--header 'token: z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Authorization: Bearer z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'Accept-Language: zh' \
--header 'channel: google' \
--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
}