{
"description": "世界上最好的商品",
"price": 30000,
"product_sn": "xxxxxxxx",
"attachments": [
{
"type": "image",
"image": {
"media_id": "MEDIA_ID"
}
}
]
}
curl --location -g --request POST 'http://127.0.0.1/cgi-bin/externalcontact/add_product_album?access_token={{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "世界上最好的商品",
"price": 30000,
"product_sn": "xxxxxxxx",
"attachments": [
{
"type": "image",
"image": {
"media_id": "MEDIA_ID"
}
}
]
}'
{
"errcode": 0,
"errmsg": "string",
"product_id": "string"
}