GET api/Servo/Face/Distribute/YSTZ/ByLbsbh?lbsbh={lbsbh}
依据门票内部识别号,查找该识别号对应的第一个不为空的原始特征。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lbsbh |
门票的内部识别号 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
依据门票内部识别号,查找该识别号对应的第一个不为空的原始特征。
CommonOperationResultWithTagOfByte[]Name | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": "QEA=" }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfbase64Binary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>QEA=</tag> </CommonOperationResultWithTagOfbase64Binary>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.