create_QRcode
GET
http://ksurl.cn/createqrcode
请求方式:get
示例:http://ksurl.cn/createqrcode?content={content.qrCodeFaceVerifyUrl}*c**o**n**t**e**n**t*.*q**r**C**o**d**e**F**a**c**e**V**e**r**i**f**y**U**r**l*&contentType=URL&toShortUrl=false&width=200&height=200&errorCorrectionLevel=H
如:http://ksurl.cn/createqrcode?content=http://www.kuaishou.com&contentType=URL&toShortUrl=false&width=200&height=200&errorCorrectionLevel=H
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://ksurl.cn/createqrcode?app_id=&access_token='
响应示例响应示例
{}
请求参数
Query 参数
content
string
可选
示例值:
String
contentType
string
固定值"URL"
示例值:
String
toShortUrl
string
可选
示例值:
boolean
width
string
生成二维码的宽度
示例值:
String
height
string
生成二维码的高度
示例值:
String
errorCorrectionLevel
string
可选
示例值:
容错等级
app_id
string
应用唯一标识
默认值:
{{app_id}}
access_token
string
接口访问凭证
默认值:
{{access_token}}
返回响应
修改于 2021-11-23 08:50:50