HTTP/HTTPS
Protocol
EagletAPI / App API / 生成名片二维码
生成名片二维码
API Url:http://www.eagletdata.com/api/app.php?s=App.QrCode.Card
API Description: 生成名版二维码,支持名字、手机号、联系电话、邮箱、工作地址、组织等
API Parameters
Parameter Name | Type | Is Required | Default | Note | Description |
---|---|---|---|---|---|
level | enum | Optional | H | range: L/M/Q/H | 错误纠正级别,L为最小,H为最佳 |
size | int | Optional | 6 | min: 1;max: 10 | 二维码尺寸大小 |
output | boolean | Optional | true | 是否直接显示二维码,否的话通过base64返回二维码数据 | |
name | string | Required | - | 姓名 | |
phone | string | Optional | - | 工作电话,不提供不显示 | |
phone_private | string | Optional | - | 家庭电话,不提供不显示 | |
phone_cell | string | Optional | - | 移动电话,不提供不显示 | |
string | Optional | - | 邮箱地址,不提供不显示 | ||
address | string | Optional | - | 工作地址,不提供不显示 | |
org_name | string | Optional | - | 组织名称,不提供不显示 |
Return Field
Response Result | Type | Description |
---|---|---|
ret | int | status code, 200 is ok, 4xx is bad request, 5xx is server inside error |
data | object/mixed | business data, decided by API implementation |
msg | string | message, usually error message |
Test Online
Parameter | Is Required | Value |
---|---|---|
service | Required | |
level | Optional | |
size | Optional | |
output | Optional | |
name | Required | |
phone | Optional | |
phone_private | Optional | |
phone_cell | Optional | |
Optional | ||
address | Optional | |
org_name | Optional |
Client Request Demo
# 暂无示例,可添加示例文件:./src/view/docs/demos/App.QrCode.Card.json
Error List
Error Status | Error Description |
---|---|
400 | 表示客户端参数错误 |
404 | 表示接口服务不存在 |
500 | 表示服务端内部错误 |
Last generated at: 2024-11-23 16:12:08