## 关键字规则编辑
**简要描述:**
* 规则编辑
**请求URL:**
* /wechat/keyword/save
**请求方式:**
* POST
**参数:**
| 参数名 | 必选 | 类型 | 说明 |
| --- | --- | --- | --- |
| id| 否 | int| id 获取详情时传递 |
| name| 是 |string| 关键字 |
| status| 是 | int| 1正常 0禁用 |
| type| 是 | string| 类别 'text','image','voice','video','music','news','customservice' |
| sort| 否 | int| 排序 倒序排列 |
| content| 否 | string| 内容 1.text: 回复正文 2.music: 缩略图地址 3.news:图文id|
| media_id| 否 | string | 微信返回的素材id |
| url| 否 | string | 微信返回素材URL |
| local_url| 否 | string| 本地素材url |
| thumb_media_id| 否 | string | 微信返回的音乐封面缩略图素材id |
| thumb_url| 否 | string | 微信返回音乐封面缩略图素材URL |
| thumb_local_url| 否 | string| 本地音乐封面缩略图素材url |
| materials_title| 否 | string | 素材标题 type 为video时必传 |
| materials_introduction| 否 | string| 素材描述 type 为video时必传 |
**返回参数**
| 参数名 | 必选 | 类型 | 说明 |
| --- | --- | --- | --- |
| msg| 是 | string| 消息提示 |
| data| 是 | int| 执行结果 |
| code| 是| string| 返回码 |
**返回示例**
~~~
{
"msg": "success",
"data": 1,
"code": 200
}
~~~