GET api/GetTicketFace/ByBarCode/OnlyFujica?barcode={barcode}
根据纸质票获取门票信息。 这是一个老板本的接口,暂时保留。适用于2023-12-12以前出售的手持机。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
barcode |
条码的内容 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
根据纸质票获取门票信息。 这是一个老板本的接口,暂时保留。适用于2023-12-12以前出售的手持机。
GetTicketFaceResultName | Description | Type | Additional information |
---|---|---|---|
lbsbh |
内部识别号 |
string |
None. |
rzfs |
认证方式,“1”仅有效性验证(只需要检查票是否合法,是否有效;“3”有效性+身份证核对;“4”有效性+指纹;“5”有效性+面相 |
string |
None. |
yxqs |
有效期始(YYYYMMDD) |
string |
None. |
yxqz |
有效期止(YYYYMMDD) |
string |
None. |
sytxq |
剩余通行权,0为没有,其他值为有 |
integer |
None. |
mplxid |
门票类型ID |
string |
None. |
mplxmc |
门票类型的名称 |
string |
None. |
ystz |
原始特征值。 |
Collection of byte |
None. |
bioinfo1 |
第一个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 如果SECUGEN指纹仪,则这个值是直接的指纹特征模板。 如果是地平线算法人脸仪,这个值的内容是地平线人脸模板特征值,但需要做如下处理:在Continue请求中,需要把采集的特征值转换为BYTE[],在收到本参数的值时,需要转换为INT16[](至编写本文时止,地平线算法的人脸模板人征值为int16[])。 |
Collection of byte |
None. |
bioinfo2 |
第二个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 |
Collection of byte |
None. |
bioinfo3 |
第三个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 |
Collection of byte |
None. |
bioinfo4 |
第四个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 |
Collection of byte |
None. |
zjlx |
证件类型代码,1身份证,2护照,3其他 |
string |
None. |
zjmc |
证件名称 |
string |
None. |
zjhm |
证件号码 |
string |
None. |
xm |
姓名 |
string |
None. |
sprqsj |
售票的日期时间,格式yyyyMMddHHmmss。 |
string |
None. |
spzddm |
售票站点代码 |
string |
None. |
spzdmc |
售票站点的名称 |
string |
None. |
errcode |
操作的返回结果 |
integer |
None. |
errmsg |
返回结果的描述 |
string |
None. |
Response Formats
application/json, text/json
{ "lbsbh": "sample string 1", "rzfs": "sample string 2", "yxqs": "sample string 3", "yxqz": "sample string 4", "sytxq": 5, "mplxid": "sample string 6", "mplxmc": "sample string 7", "ystz": "QEA=", "bioinfo1": "QEA=", "bioinfo2": "QEA=", "bioinfo3": "QEA=", "bioinfo4": "QEA=", "zjlx": "sample string 8", "zjmc": "sample string 9", "zjhm": "sample string 10", "xm": "sample string 11", "sprqsj": "sample string 12", "spzddm": "sample string 13", "spzdmc": "sample string 14", "errcode": 15, "errmsg": "sample string 16" }
application/xml, text/xml
<GetTicketFaceResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result"> <bioinfo1>QEA=</bioinfo1> <bioinfo2>QEA=</bioinfo2> <bioinfo3>QEA=</bioinfo3> <bioinfo4>QEA=</bioinfo4> <errcode>15</errcode> <errmsg>sample string 16</errmsg> <lbsbh>sample string 1</lbsbh> <mplxid>sample string 6</mplxid> <mplxmc>sample string 7</mplxmc> <rzfs>sample string 2</rzfs> <sprqsj>sample string 12</sprqsj> <spzddm>sample string 13</spzddm> <spzdmc>sample string 14</spzdmc> <sytxq>5</sytxq> <xm>sample string 11</xm> <ystz>QEA=</ystz> <yxqs>sample string 3</yxqs> <yxqz>sample string 4</yxqz> <zjhm>sample string 10</zjhm> <zjlx>sample string 8</zjlx> <zjmc>sample string 9</zjmc> </GetTicketFaceResult>
application/bson
Binary JSON content. See http://bsonspec.org for details.