简要描述:
| 版本号 | 制定人 | 制定日期 | 修订日期 |
|---|---|---|---|
| 1.0.0 | kevin | 2026-02-05 |
请求URL:
请求方式:
- GET
请求头:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|---|---|---|
| token | 是 | string | 凭证 |
请求参数:
| 参数名 | 是否必须 | 类型 | 说明 |
|---|
返回示例:
正确时返回:
{
"status": 200,
"msg": "ok",
"data": [
{
"id": 1,
"uid": 4,
"type": 1,
"barcode": "987654322",
"remark": "222222",
"is_default": 1,
"type_msg": "手機條碼載具"
},
{
"id": 2,
"uid": 4,
"type": 1,
"barcode": "987654321",
"remark": "",
"is_default": 2,
"type_msg": "手機條碼載具"
}
],
"other": []
}错误时返回:
{
"status": 0,
"msg": "验证错误"
}返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | string | id |
| type | string | 类型【1=手機條碼載具,2=自然人憑證條碼,3=會員載具】 |
| barcode | string | 载具条码 |
| remark | string | 备注 |
| is_default | string | 是否预设【1=预设 2=不】 |
| type_msg | string | 类型提示 |
备注:
- 无
作者:admin 创建时间:2026-02-05 20:51
最后编辑:admin 更新时间:2026-02-05 21:16
最后编辑:admin 更新时间:2026-02-05 21:16