其他接口 ·

二维码识别api接口

接口名称

1) 请求地址

https://www.blackcatw.com/api/?name=QRCodeIdentification&ewm=图片地址

2) 调用方式:HTTP get

3) 接口描述:

4) 请求参数:

GET参数:

字段名称 字段说明 类型 必填 备注
name 请求接口 string Y QRCodeIdentification
ewm 二维码图片地址 string Y -

5) 请求返回结果:

{
    "status": "success",
    "text": "mDh9ZU3EGRBmrQkG922K"
}

6) 请求返回结果参数说明:

字段名称 字段说明 类型 必填 备注
status 状态 string Y成功:success 失败:fail
text 识别的文字 string Y -

参与评论