接口地址:https://api.bducds.com/api/qr/
返回格式:img
请求方式:GET/POST
请求示例:https://api.bducds.com/api/qr/?text=https://bducds.com
请求参数说明:
名称 | 必填 | 类型 | 说明 | |
---|---|---|---|---|
text | 是 | string | 需要转换的内容,如:https://bducds.com | |
size | 是 | string | 输出图片的大小,默认为5即145*145 |
返回参数说明:
名称 | 类型 | 说明 | |
---|---|---|---|
code | string | 返回的状态码 | |
null | string | 返回错误提示信息! |
返回示例:
<img src="https://api.bducds.com/api/qr/?text=https://bducds.com">