curl --location -g --request POST 'https://qyapi.weixin.qq.com/cgi-bin/externalcontact/get_product_album?access_token={{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
    "product_id" : "xxxxxxxxxx"
}'{
    "errcode": 0,
    "errmsg": "ok",
    "product": {
        "product_id": "xxxxxxxxxx",
        "description": "世界上最好的商品",
        "price": 30000,
        "create_time": 1600000000,
        "product_sn": "xxxxxxxx",
        "attachments": [
            {
                "type": "image",
                "image": {
                    "media_id": "MEDIA_ID"
                }
            }
        ]
    }
}