## 编辑素材
**简要描述:**
* 编辑素材
**请求URL:**
* /wechat/message/save
**请求方式:**
* POST
**参数:**
| 参数名 | 必选 | 类型 | 说明 |
| --- | --- | --- | --- |
| id| 否 | int| 图文id 编辑时传递 |
| articles| 是 | array| 文章列表 |
## | article_id| 是 | int| 文章id |
## | title| 是 | string| 标题 |
## | thumb_media_id| 是 | string | 图文消息的封面图片素材id |
## | url| 是 | string| 微信返回的素材url |
## | author| 否 | string| 作者 |
## | digest| 否 | string| 摘要 |
## | show_cover_pic| 是 | int | 是否显示封面,0否,1是 |
## | content| 是 | string| 内容 详情是有该字段,列表时不返回 |
## | content_source_url| 是 | string|图文消息的原文地址,即点击“阅读原文”后的URL |
## | need_open_comment| 否 | int | 是否打开评论,0不打开,1打开 |
## | only_fans_can_comment| 否 | int | 是否粉丝才可评论,0所有人可评论,1粉丝才可评论,2 仅关注3天及以上可留言 |
**返回参数**
| 参数名 | 必选 | 类型 | 说明 |
| --- | --- | --- | --- |
| msg| 是 | string| 消息提示 |
| data| 是 | int| 执行结果 |
| code| 是| string| 返回码 |
**返回示例**
~~~
{
"msg": "success",
"data": 1,
"code": 200
}
~~~