GET api/EcoCar/Setting/Vehical/QrCode/Create/{carno}/{carnotype}
依据车牌号码,牌照类别获取可以张贴的购票二维码的内容。需要判断返回值,errcode=0表示成功,此时Tag中的内容为二维码的内容,使用某种工具转换成QR码之后,张贴到对应的环保车座位后即可。 可以在二维码下显示车号,购票指引。 这个函数需要引用配置文件中的“DNSNAME”项。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
carno |
车牌号码。 |
string |
Required |
carnotype |
牌照类别。 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
依据车牌号码,牌照类别获取可以张贴的购票二维码的内容。需要判断返回值,errcode=0表示成功,此时Tag中的内容为二维码的内容,使用某种工具转换成QR码之后,张贴到对应的环保车座位后即可。 可以在二维码下显示车号,购票指引。 这个函数需要引用配置文件中的“DNSNAME”项。
CommonOperationResultWithTagOfStringName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": "sample string 3" }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfstring 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>sample string 3</tag> </CommonOperationResultWithTagOfstring>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.