接口地址:http://api.qingyunke.com/api.php |
---|
返回格式:json |
请求方式:get |
请求示例:http://api.qingyunke.com/api.php?key=free&appid=0&msg=关键词 |
名称 | 类型 | 必填 | 说明 |
---|---|---|---|
key | string | 必填 | 固定参数free 扫码关注公众号 |
msg | string | 必填 | 关键词 |
appid | int | 选填 | 设置为0,表示智能识别,可忽略此参数 扫码关注公众号 |
名称 | 类型 | 说明 |
---|---|---|
result | int | 状态,0表示正常,其它数字表示错误 |
content | string | 信息内容 |
错误码 | 说明 |
---|---|
101 | 错误的key值 |
102 | 错误的appid值 |