获取身份信息列表
POST
yd/api/query/card/logs
接口描述
270根据订单号和照片类型查询照片上传记录
请求参数
参数名
类型
描述
必填
ydOrderId
string
集运订单号,由下单后返回
必填
imageType
integer
1:身份证人像面照片; 2:身份证国徽面照片; 3:免冠照
可选
响应参数
参数名
类型
描述
必填
status
integer
200成功 500失败
必填
id
integer
主键id
必填
ydOrderId
string
集运订单号
必填
imgStr
string
base64解码后的照片数据
必填
status
integer
0初始化 1 成功上传 2上传失败
必填
imageType
integer
1:身份证人像面照片; 2:身份证国徽面照片; 3:免冠照
必填
checkState
integer
校验参数 0初始化 1校验成功 2校验失败
必填
checkStr
string
校验返回数据
必填
resultStr
string
上传返回数据
必填
error
string
错误信息
必填