文档
测试
现存接口

摇一摇跳转二维码后台管理

POST
https://portal.dev2.supwisdom.com/portal-api/v1/config/system/appSetting

分支名称

feature/6.7-mobile-shake

请求头

参数名
类型
描述
必填
x-id-token
string
用户token
必填

响应参数

application/json
参数名
类型
描述
必填
code
int
0:成功;-1:失败;
必填
message
string
接口访问状况信息
必填
data
object
null
必填

说明 / 示例

时区枚举示例 ```json { appAboutLog: '', appFootTabList: [ { differentNames:[ { code: '', id:null, tabId: '', tabName: '' } ] id: '', normalSelectPic: '', normalUnselectPic: '', otherSelectPic: '', otherUnselectPic: '', showDifferentName: '', showTab: false, sort: 1, tabName: '', themeId: null, url: '' } ], appFootTabs: '', appTaskLog: '', appTopLog: '', descIcon: '', eCardSets:[], enabled: false, favIcon: '', footTab: '', introduction: '', privacy: '', protocol: '', schoolName: '', shake:{ isOpenShake: true, url: '' }, whiteIcon: '' } ````