POST OpenAPI/WxApplet/AppConfigInfo
Request Information
URI Parameters
None.
Body Parameters
WeChartDeviceInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Brand | string |
None. |
|
| Model | string |
None. |
|
| WxJsCode | string |
None. |
|
| PixelRatio | integer |
None. |
|
| ScreenWidth | integer |
None. |
|
| ScreenHeight | integer |
None. |
|
| WindowWidth | integer |
None. |
|
| WindowHeight | integer |
None. |
|
| WeChartLanguage | string |
None. |
|
| System | string |
None. |
|
| PlatForm | string |
None. |
|
| FontSizeSetting | string |
None. |
|
| SDKVersion | string |
None. |
|
| Environment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Brand": "sample string 1",
"Model": "sample string 2",
"WxJsCode": "sample string 3",
"PixelRatio": 4,
"ScreenWidth": 5,
"ScreenHeight": 6,
"WindowWidth": 7,
"WindowHeight": 8,
"WeChartLanguage": "sample string 9",
"System": "sample string 10",
"PlatForm": "sample string 11",
"FontSizeSetting": "sample string 12",
"SDKVersion": "sample string 13",
"Environment": "sample string 14"
}
application/xml, text/xml
Sample:
<WeChartDeviceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HSYK.GWPIS.DTO.ExchangeModels.OpenAPI"> <Brand>sample string 1</Brand> <Environment>sample string 14</Environment> <FontSizeSetting>sample string 12</FontSizeSetting> <Model>sample string 2</Model> <PixelRatio>4</PixelRatio> <PlatForm>sample string 11</PlatForm> <SDKVersion>sample string 13</SDKVersion> <ScreenHeight>6</ScreenHeight> <ScreenWidth>5</ScreenWidth> <System>sample string 10</System> <WeChartLanguage>sample string 9</WeChartLanguage> <WindowHeight>8</WindowHeight> <WindowWidth>7</WindowWidth> <WxJsCode>sample string 3</WxJsCode> </WeChartDeviceInfo>
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.