WeChat_publish_draft
Publish a pre-created WeChat Official Account draft by providing its draft_media_id and access_token, and receive a publish_id to track the publishing task.
Instructions
发布微信公众号草稿
Metadata:
input: access_token, draft_media_id
output: success, error, errmsg, publish_id
参数说明:
access_token: 接口凭证
draft_media_id: 草稿ID,即WeChat_create_draft返回的draft_media_id
publish_id: 发布任务ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |