GET api/Setting/MicroApp/FirstPageTopShow/GetConfig/V52
获取小程序首页顶部菜单显示的配置,取值为YES时,若在途活动存在且只有一个时,顶部菜单栏隐藏,且只展示该活动 NO时顶部菜单栏不会隐藏
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
获取小程序首页顶部菜单显示的配置,取值为YES时,若在途活动存在且只有一个时,顶部菜单栏隐藏,且只展示该活动 NO时顶部菜单栏不会隐藏
CommonOperationResultWithTagOfString| Name | 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>