POST api/weixi/getqrcode
Request Information
URI Parameters
None.
Body Parameters
AccesstokenInput| Name | Description | Type | Additional information |
|---|---|---|---|
| grant_type | string |
None. |
|
| appid | string |
None. |
|
| secret | string |
None. |
|
| scene | string |
None. |
|
| page | string |
None. |
|
| check_path | string |
None. |
|
| env_version | string |
None. |
|
| width | string |
None. |
|
| auto_color | string |
None. |
|
| line_color | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"grant_type": "sample string 1",
"appid": "sample string 2",
"secret": "sample string 3",
"scene": "sample string 4",
"page": "sample string 5",
"check_path": "sample string 6",
"env_version": "sample string 7",
"width": "sample string 8",
"auto_color": "sample string 9",
"line_color": "sample string 10"
}
application/xml, text/xml
Sample:
<AccesstokenInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TreeOfLife.Model"> <appid>sample string 2</appid> <auto_color>sample string 9</auto_color> <check_path>sample string 6</check_path> <env_version>sample string 7</env_version> <grant_type>sample string 1</grant_type> <line_color>sample string 10</line_color> <page>sample string 5</page> <scene>sample string 4</scene> <secret>sample string 3</secret> <width>sample string 8</width> </AccesstokenInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.