文档
测试

系统信息

POST
http://localhost/api/userSetting/sysInfo

请求头

参数名
类型
描述
必填
Authorization
用户token
必填

响应参数

参数名
类型
描述
必填
shareInfo
object
微信分享信息
必填
shareTitle
微信分享标题
必填
shareIcon
微信分享图标
必填
shareUrl
微信分享URL
必填
shareDesc
微信分享描述
必填
notice
object
系统公告
必填
showType
公告使用,1每次都显示,2每日显示1次
必填
noticeType
通知类型,1公告,2普通通知
必填
title
标题
必填
cont
内容
必填
customer
客服二维码
必填
chouJiangBg
抽奖背景图
必填
noReadNoticeNum
未读消息条数,有多少条未读就返回多少
必填
adida
广告位ID1
必填
adidios
IOS广告位ID
必填

说明 / 示例

```json { "msg": "操作成功", "code": 1, "data": { "noReadNoticeNum": 2, "shareInfo": { "shareTitle": "淘小鸡", "shareIcon": "http://qiniu.ilajiang.cn/xj_icon_20200310.png", "shareUrl": "https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxc4f462e7230ec656&redirect_uri=http%3A%2F%2Ftxjwx.alajiang.cn%2Ftxj%2Fapi%2FcallBack%2FshowMpShare&response_type=code&scope=snsapi_userinfo&state=1_null&connect_redirect=1#wechat_redirect", "shareDesc": "一边玩一边赚钱" }, "chouJiangBg": "http://qiniu.ilajiang.cn/xj_choujiang_bg_20200311.png", "adida": "945069436", "adidios": "945069474", "notice": { "createTime": "2020-02-20 11:29:02", "showType": "2", "noticeType": "1", "id": 4, "title": "测试每日公告2222", "cont": "测试公告内容", "userId": 24 }, "customer": "http://qiniu.ilajiang.cn/customerService20200311.jpg" } } ```