文档
测试

首页接口

POST
http://worker.huobangxinxi.top/api/index/index

请求参数

参数名
类型
描述
必填
token
授权token
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:
必填
data
object
数据字典
必填
left_minutes
int
剩余通话分钟数
必填
is_order
int
是否接单 1:接单 0:未接单
必填
unread_msg
int
未读消息数
必填
online_num
int
在线人数
必填
banners
array
滚动banner
必填
id
int
示例:1
必填
image
string
图片地址
必填
url
string
链接地址
必填
type
string
必填
createtime
object
必填
updatetime
object
必填
type_text
string
必填
adverts
array
广告图
必填
id
int
示例:3
必填
image
string
图片
必填
url
string
链接地址
必填
type
string
必填
createtime
object
必填
updatetime
object
必填
type_text
string
必填
menus
array
app底部菜单
必填
id
int
菜单ID
必填
name
string
菜单名称
必填
icon
string
菜单ICON
必填
sorts
int
排序
必填
createtime
int
必填
updatetime
int
必填
is_auth
是否实名认证 0否1是
必填
is_serve
是否招工中 0否1是
必填
is_talk
是否通话中 0否 1 是
必填
un_pick
未接来电数量
必填
is_skill
是否完善技能 0否 1是
必填

说明 / 示例

{ "code": 200, "msg": "", "data": { "left_minutes": 0, "unread_msg": 0, "is_order": 1, "is_auth": 1, "is_serve": 0, "is_talk": 0, "un_pick": 0, "is_skill": 1, "online_num": 2, "banners": [ { "id": 1, "image": "http://worker.huobangxinxi.top/uploads/20201028/4309716fa60196d91bd9ff278630ad5d.jpeg", "url": "http://www.baidu.com", "type": "1", "createtime": null, "updatetime": null, "type_text": "Type 1" }, { "id": 2, "image": "http://worker.huobangxinxi.top/uploads/20201116/dd7742c372556a08596e428d42619bf7.jpeg", "url": "http://www.baidu.com", "type": "1", "createtime": null, "updatetime": null, "type_text": "Type 1" } ], "adverts": [ { "id": 3, "image": "http://worker.huobangxinxi.top/uploads/20201123/42b1b131f0bafcd7e6fdffafd6fa39d8.jpeg", "url": "http://www.baidu.com", "type": "2", "createtime": null, "updatetime": null, "type_text": "Type 2" } ], "menus": [ { "id": 1, "name": "施工", "icon": "http://worker.huobangxinxi.top/assets/img/tabbar_1.png", "sorts": 0, "status": "normal", "createtime": 1607396615, "updatetime": 1607396615, "status_text": "正常" }, { "id": 2, "name": "装修", "icon": "http://worker.huobangxinxi.top/assets/img/tabbar_2.png", "sorts": 0, "status": "normal", "createtime": 1607396615, "updatetime": 1607396615, "status_text": "正常" }, { "id": 3, "name": "家政", "icon": "http://worker.huobangxinxi.top/assets/img/tabbar_3.png", "sorts": 0, "status": "normal", "createtime": 1607396615, "updatetime": 1607396615, "status_text": "正常" } ] } }