GET api/Other/HealthCode/Image/ById/{autoid}
获取某一个健康码的行程图片
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
autoid | integer |
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.