- mqtt 协议
- 计算规则
- mqtt 协议 Copy
- 请求加密实例
- back
- 酒店
- 首页
- 核验记录
- 区域编码
- 设备相关
- 资金相关
- ic卡
- 预警信息
- 重点人员
- 常见问题
- 余额明细
- oss
- 测试apiPOST
- 网关下发指令POST
- 网关指令状态GET
- 门店异常电脑导出GET
- 软件下载地址GET
- 信息记录
- verification
- api
- 售卖机
- 报警
- im
- 测试POST
- 门店预警信息GET
- 大屏分局门店入住热力图GET
人员详情
开发中
tp_api正式环境
https://yzt.hntpxx.com/api
tp_api正式环境
https://yzt.hntpxx.com/api
GET
/verificationRecord/getVerificationDetials
请求参数
Query 参数
orderID
string
可选
示例值:
1
Header 参数
token
string
可选
默认值:
{{token}}
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://yzt.hntpxx.com/api/verificationRecord/getVerificationDetials' \
--header 'token: undefined' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
data
object
必需
relayStatus
integer
必需
msg
string
必需
示例
{"code":200,"data":{"id":0,"created_at":"0001-01-01T00:00:00Z","updated_at":"0001-01-01T00:00:00Z","deleted_at":null,"hotelID":0,"orderID":0,"userID":0,"phone":"","checkIn":0,"src":0,"uid":"","idCardNo":"","idCardPhoto":"","sceneImage":"","score":0,"roomID":0,"channel":0,"checkType":0,"st":null,"et":null,"name":"","hotel_name":"","building":"","unit":"","floor":0,"door":""},"msg":"success"}