名称:机器人列表

接口:/merchant/live/replyKeywordsList

请求方式:post

参数名 类型 必填 说明 示例
live_id int Y 直播id 36
paginate int Y 页宽 36
page int Y 页码数 36

说明

1.此方法需要登录

{
    "code": 200,
    "message": "success",
    "result": {
        "current_page": 1,
        "total": 2,
        "last_page": 1,
        "data": [
            {
                "id": 4,
                "keywords": "我",
                "reply_content": "你是谁"
            },
            {
                "id": 3,
                "keywords": "我是",
                "reply_content": "你是谁是"
            }
        ]
    }
}

results matching ""

    No results matching ""