podmall.mall.goods.updateconfig/api/podmall/mall/goods/update.json1。{
"goodsId": 0,
"designerVersion": "string",
"designDocuments": [
null
]
}curl --location '/v4/gateway/podmall.mall.goods.update' \
--header 'Access-Token-Type;' \
--header 'Access-Token-Type: JWT' \
--header 'Locale;' \
--header 'X-Tenant-Key;' \
--header 'Appkey: 1000' \
--header 'Content-Type: application/json' \
--data '{
"goodsId": 0,
"designerVersion": "string",
"designDocuments": [
null
]
}'{
"status": 0,
"success": true,
"data": true
}