编辑用户设置信息
POST
http://[ip]:[port]/insoApp/my/setting/editSetting
接口描述
修改用户设置信息
请求参数
参数名
类型
描述
必填
id
int
设置Id
必填
setTheme
boolean
主题跟随系统外观(false:否;true:是)
必填
cleanCache
string
清除缓存
必填
allowPhone
boolean
允许通过手机号找到我(false:否;true:是)
必填
vibration
boolean
振动(false:否;true:是)
必填
sound
boolean
声音(false:否;true:是)
必填
allowDetails
boolean
通知显示消息详情(false:否;true:是)
必填
allowContact
boolean
向我推荐手机通讯录好友(false:否;true:是))
必填
moreLanguage
string
多语言
必填
allowShow
string
对外名片及认证企业名称(0,全部,1,仅好友可见,2,所有人可见,3,所有人不可见)
必填
fontSize
string
字体大小
必填
newMsg
boolean
新消息通知(false:否;true:是)
必填
videoInform
boolean
语音和视频通话邀请(false:否;true:是)
必填
themeType
integer
主题颜色(0,浅色,1:深色)
必填
userId
int
用户Id
必填
响应参数
参数名
类型
描述
必填
code
int
执行结果代码
必填
message
string
执行结果信息
必填
data
json
响应数据
必填