订单付款
POST
/qgy/orders/payment
接口描述
根据订单号和人员识别的guid进行付款 刷脸方式扣款 参数都得传入 支付宝或者微信 只需要传必传的参数即可
请求参数
参数名
类型
描述
必填
orderId
String
订单号
必填
personGuid
String
人员guid
可选
deviceKey
String
设备序列号
必填
img
String
图片编码为 base64 字符串(NOT NULL)
可选
showTime
String
识别记录 (NOT NULL) yyyy-MM-dd HH:mm:SS
可选
name
String
姓名(NOT NULL)
可选
hat
Integer
帽子(NOT NULL) 指定值: 0:没带帽子 1:带了帽子
可选
glasses
Integer
眼镜(NOT NULL) 指定值 0:没带眼镜 1:带了眼镜
可选
faceConfidence
Double
人脸质量(NOT NULL)
可选
liveConfidence
Double
活体质量(NOT NULL)
可选
sex
String
识别性别(NOT NULL)
可选
paymentMethod
Integer
支付方式 指定值: 0:刷脸 1:支付宝 2:微信
必填