GET api/business/CreateQR?appid={appid}&scene_str={scene_str}&openid={openid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appid | string |
Required |
|
| scene_str | string |
Required |
|
| openid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}