GET api/UnPos/Merchant/Shop/CodeCardPublic/Create/QrCode/{cardid}/{randomcode}
依据码牌ID,随机码获取公共桌台码牌的二维码的内容。需要判断返回值,errcode=0表示成功,此时Tag中的内容为二维码的内容,使用某种工具转换成QR码。 这个函数需要引用配置文件中的“DNSNAME”项。
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cardid |
码牌ID。 |
string |
Required |
randomcode |
随机码。 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
依据码牌ID,随机码获取公共桌台码牌的二维码的内容。需要判断返回值,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.