文档
测试

商城首页

GET
/app/home

请求参数

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

响应参数

参数名
类型
描述
必填
code
long
状态码,大于0,操作成功,小于0,操作失败
必填
msg
String
状态信息
必填
result
json
返回数据信息
必填
set_map
map
首页素材
必填
type
String
类型 2轮播图片 3功能图标
必填
img_path
String
图片地址
必填
sort
String
排序号
必填
notice_count
String
系统通知数
必填
profit_map
map
个人收益
必填
total_profit
String
累计收益
必填
balance
String
余额
必填
user_wealth_value
String
财富值
必填
loan_url
String
办卡、贷款H5地址
必填
score_url
String
积分兑换H5地址
必填

说明 / 示例

```{ "code":0, "errors":{ }, "msg":"操作成功", "result":{ "setMap":[ { "img_path":"upload//202001/1578555061097.jpg", "remark":"", "id":"3a134c1631a24f0395a1ac82c5138e58", "sort":1, "type":2, "oem_id":"b4a70320ad624d10b3640ab593ff2772" }, { "img_path":"upload//202001/1578555123179.jpg", "remark":"", "id":"223382df48f04f25874d0ecd7a34da90", "sort":1, "type":3, "oem_id":"b4a70320ad624d10b3640ab593ff2772" } ], "isIdentifyVerify":1, "notice_count":19, "profitMap":{ "totalProfit":0, "balance":"2404.0" } } } ```