简要描述:

  • 检索快捷回复关键词--后台

请求URL:

POST/business/{公众号id}/plugin/YunChat/wordsReplyQueryKeyWords

参数:

参数名 是否必须 类型 说明
kwd string 关键词

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": [
        {
            "id": 10,
            "uniacid": 2,
            "crop_id": 1,
            "words_reply_id": 5,
            "key_word": "关键词2",
            "reply_type": 0,
            "reply_contents":"[\"#\会\员\昵\称#<img src=\\\"http:\\/\\/localhost:82\\/attachment\\/image\\/3cf9069ddc96fafc492dc81aec6a7582.png\\\" \\/>\"]",
            "reply_type_desc": "随机一条",
            "reply_contents_txt": "#会员昵称#<img src=\"http://localhost:82/attachment/image/3cf9069ddc96fafc492dc81aec6a7582.png\" />"
        }
    ]
}

错误时返回:

  

返回参数说明:

参数名 类型 说明
id int 关键词ID
key_word string 关键词
reply_type_desc string 回复方式
reply_contents_txt obj 回复内容