POST api/CheckTicket/Continue
检票后续操作。本API适用于指纹场景,在采集完指纹或对比完指纹后,通过此API完成检票并更新指纹模板。 在任何情况下,本API与api/CheckTicket/Continue/V5是等价的。 使用api/CheckTicket/ByBarCode或api/CheckTicket/ByIdCode或api/CheckTicket/ByICCode接口发起检票后,如果票需要认证身份证、指纹或面相,获得返回的“checkresultcode”为0(表示当前票可以检或已检),“jpwc”为“0”表示检票未完成,需要后续操作时,检票终端需依据"rzfs"(认证方式)采样生物特征样本或对比生物特征样本后,再调用本API完成检票的实际操作。
Request Information
URI Parameters
None.
Body Parameters
TicketCheckParmName | Description | Type | Additional information |
---|---|---|---|
lbsbh |
门票的内部识别号 |
string |
Required Max length: 32 |
zjlx |
证件类型,"1"身份证,“2”护照,“3”其他 |
string |
Max length: 1 |
zjhm |
证件号码 |
string |
Max length: 32 |
xm |
姓名 |
string |
Max length: 32 |
updatebiodata |
要求服务器更新生特特征信息,"1"必须更新,“0”不必更新。 |
string |
Required Max length: 1 |
bioinfo1 |
第一个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 |
Collection of byte |
None. |
bioinfo2 |
第二个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 |
Collection of byte |
None. |
bioinfo3 |
第三个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 |
Collection of byte |
None. |
bioinfo4 |
第四个生物特征特征值(可能是指纹,可能是面相),如果为空,表示在前面的流程中,尚未采集,此值如果不为空,则表示是需要认证的标本。 |
Collection of byte |
None. |
gateparm |
检票时需要的闸机参数 |
CheckGateParm |
Required |
Request Formats
application/json, text/json
{ "lbsbh": "sample string 1", "zjlx": "sample string 2", "zjhm": "sample string 3", "xm": "sample string 4", "updatebiodata": "sample string 5", "bioinfo1": "QEA=", "bioinfo2": "QEA=", "bioinfo3": "QEA=", "bioinfo4": "QEA=", "gateparm": { "dzid": "sample string 1", "jpfx": "sample string 2", "cansamplefinger": "sample string 3", "cansampleface": "sample string 4", "cansampleidentitycard": "sample string 5", "machinetype": "sample string 6" } }
application/xml, text/xml
<TicketCheckParm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Parm"> <bioinfo1>QEA=</bioinfo1> <bioinfo2>QEA=</bioinfo2> <bioinfo3>QEA=</bioinfo3> <bioinfo4>QEA=</bioinfo4> <gateparm> <cansampleface>sample string 4</cansampleface> <cansamplefinger>sample string 3</cansamplefinger> <cansampleidentitycard>sample string 5</cansampleidentitycard> <dzid>sample string 1</dzid> <jpfx>sample string 2</jpfx> <machinetype>sample string 6</machinetype> </gateparm> <lbsbh>sample string 1</lbsbh> <updatebiodata>sample string 5</updatebiodata> <xm>sample string 4</xm> <zjhm>sample string 3</zjhm> <zjlx>sample string 2</zjlx> </TicketCheckParm>
application/x-www-form-urlencoded
Sample not available.
application/bson
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
检票后续操作。本API适用于指纹场景,在采集完指纹或对比完指纹后,通过此API完成检票并更新指纹模板。 在任何情况下,本API与api/CheckTicket/Continue/V5是等价的。 使用api/CheckTicket/ByBarCode或api/CheckTicket/ByIdCode或api/CheckTicket/ByICCode接口发起检票后,如果票需要认证身份证、指纹或面相,获得返回的“checkresultcode”为0(表示当前票可以检或已检),“jpwc”为“0”表示检票未完成,需要后续操作时,检票终端需依据"rzfs"(认证方式)采样生物特征样本或对比生物特征样本后,再调用本API完成检票的实际操作。
TicketCheckingResult2Name | Description | Type | Additional information |
---|---|---|---|
lbsbh |
内部识别号 |
string |
None. |
jpfx |
检票方向,“I”表示检入,“O”表示检出。 |
string |
None. |
dzid |
闸机ID |
string |
None. |
checkresultcode |
检票的返回结果 |
integer |
None. |
checkresult |
检票结果的描述 |
string |
None. |
rcs |
当前票的人次数 |
integer |
None. |
scjp |
是否首次检票,“1”表示是第一次检票,“0”表示不是第一次检票。这是指整个票的生命周期中,是否第一次使用。 |
string |
None. |
sytxcs |
当前闸机所在检票站点的剩余通行次数, 表示此次检票后剩余的许可次数。 |
integer |
None. |
tslx |
提示的类型,“1”常规提示,如“请进”“请通行”;“2”提示“请验证件”或“请核对证件”。 |
string |
None. |
Response Formats
application/json, text/json
{ "lbsbh": "sample string 1", "jpfx": "sample string 2", "dzid": "sample string 3", "checkresultcode": 4, "checkresult": "sample string 5", "rcs": 6, "scjp": "sample string 7", "sytxcs": 8, "tslx": "sample string 9" }
application/xml, text/xml
<TicketCheckingResult2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result"> <checkresult>sample string 5</checkresult> <checkresultcode>4</checkresultcode> <dzid>sample string 3</dzid> <jpfx>sample string 2</jpfx> <lbsbh>sample string 1</lbsbh> <rcs>6</rcs> <scjp>sample string 7</scjp> <sytxcs>8</sytxcs> <tslx>sample string 9</tslx> </TicketCheckingResult2>
application/bson
Binary JSON content. See http://bsonspec.org for details.