二维码高级版

生成自定义二维码,支持自定义大小、前景色和背景色

GET https://www.pa95.com/API/qrcode_v2.php
请求方式
GET
返回格式
application/json
调用方式
免费公开
调用次数
20
请求示例
https://www.pa95.com/API/qrcode_v2.php?text=hello&size=300
请求参数
参数名类型必填说明
text string 二维码内容
size integer 图片大小,默认200
color string 前景色,默认000000
bg string 背景色,默认ffffff
返回示例
{ "code": 200, "data": { "url": "https:\/\/api.qrserver.com\/...", "text": "hello", "size": 300 } }
在线测试
GET
返回列表