publish_status
Publish a text update to Fanfou. Provide the content up to 140 characters and optionally confirm to avoid accidental posts.
Instructions
发布饭否内容(仅文字)
调用饭否 API 的 /statuses/update.json 接口发布纯文字内容。
Args: status: 要发布的文字内容(最多140字) confirm: 是否确认发布(二次确认参数)
Returns: 发布结果字典,包含: - 发布 ID: 新发布消息的唯一标识符 - 发布时间: 消息发布时间,需转为北京时间 - 发布结果: 发布是否成功的描述信息 - 重要提示: 关于审核的提醒信息
或者确认信息字典,包含:
- 需要确认: 是否需要用户确认
- 内容预览: 要发布的内容预览
- 确认提示: 如何进行确认的说明Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||