GET api/flight/app/config
獲取AppConfig内容
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
獲取AppConfig内容
ReturnResultOfAppConfigContractName | Description | Type | Additional information |
---|---|---|---|
data | AppConfigContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "Id": 1, "versionCodeAndroid": 2, "isForceUpdateAndroid": true, "updateLinkAndroid": "sample string 4", "isDisablePrefix": true }, "code": 1, "message": "sample string 2" }