稳定、快速、免费的 API 接口服务
二维码内容解析 - 解析识别二维码内容
接口地址: https://api.ekumao.com/api/qrcodejx
返回格式: JSON
请求方式: GET
请求示例: https://api.ekumao.com/api/qrcodejx?url=https://api.ekumao.com/assets/other/img/ekumao.png
请求参数说明:
名称 | 必填 | 类型 | 说明 |
---|---|---|---|
url | 是 | String | 网址 |
返回参数说明:
名称 | 类型 | 说明 |
---|---|---|
code | String | 状态码,200为正常,其它为异常 |
analysis | String | 识别的内容 |
返回示例:
{ "code": 200, "msg": "查询成功", "url": "https://api.ekumao.com/assets/other/img/ekumao.png", "analysis": "https://www.ekumao.com/" }
错误码格式说明:
名称 | 类型 | 说明 |
---|
代码示例:
暂无示例。