weixin_download
Download media from a received WeChat message by supplying encrypt_query_param and aes_key extracted from the message's media item.
Instructions
Download media (image/file/video) from a received message. Extract encrypt_query_param and aes_key from the message's image_item, file_item, or video_item.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aes_key | Yes | The AES key (hex string) from the media item (e.g., image_item.aeskey) | |
| encrypt_query_param | Yes | The encrypt_query_param from the media item (e.g., image_item.media.encrypt_query_param) |