文档
测试

首页数据加载

POST
http://payunion.hs499.com:8080/app/home

接口描述

首页数据加载

请求参数

参数名
类型
描述
必填
sign
String
验证签名
必填
user_id
String
用户id
必填

响应参数

参数名
类型
描述
必填
code
long
状态码,等于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
noteMap
list
用户收入通知
必填
description
String
通知内容
必填
setMap
list
首页图片加载
必填
type
int
图片类型 1.首页轮播图
必填
img_path
String
图片地址
必填
remark
String
备注(轮播图底色色值、功能模块图标名称)
必填
sort
int
排序值
必填
isIdentifyVerify
int
是否实名认证 1:未认证,2:已认证
必填
notice_count
int
首页顶部通知数量
必填
infoTypeList
list
资讯分类
必填
id
String
作为type_id查询数据
必填
type_name
String
分类名称
必填

说明 / 示例

``` { "code": 0, "errors": {}, "msg": "操作成功", "result": { "infoTypeList": [ { "type_name": "最新口子", "id": "319d7ef30cd94092bf58711550ed40bf", "sort": 1, "oem_id": "1000" }, { "type_name": "办卡技术", "id": "f806b3883344407e9d025cdcaff2d554", "sort": 2, "oem_id": "1000" }, { "type_name": "提额干货", "id": "1", "sort": 3, "oem_id": "1000" } ], "noteMap": [], "setMap": [ { "img_path": "upload//202005/1589248113482.png", "remark": "", "id": "e1cd287da4c24202887a41712ee39862", "sort": 1, "type": 1, "oem_id": "1000" } ], "isIdentifyVerify": 2, "notice_count": 0 } } ```