说明
APP我的功能列表
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://pay.umxnt.com/api/user/my_index |
请求参数
| 参数 | 类型 | 是否必填 | 描述 |
|---|---|---|---|
| token | string | 是 | 令牌 |
- 成功返回有数据
{
"status": 1,
"message": "数据返回成功",
"data": [
{
"id": 7,
"config_id": "1234",
"type": "url",
"title": "常见问题",
"icon": "https://pay.umxnt.com/app/img/merchant/my/cjwt.png",
"url": "https://fchelp.cloud.alipay.com/h5help.htm?tntInstId=IVOWPQCN&helpCode=SCE_00037674",
"sort": 6,
"created_at": "2018-04-04 15:02:56",
"updated_at": "2018-04-04 15:02:56"
},
{
"id": 10,
"config_id": "1234",
"type": "url",
"title": "想用直播",
"icon": "https://pay.umxnt.com/app/img/merchant/my/zb.png",
"url": "https://i.snssdk.com/rogue/ugc/profile/?version_code=7.1.7&version_name=70107&user_id=107772029327&media_id=1623639078441987&request_source=1&active_tab=dongtai&device_id=65&app_name=news_article",
"sort": 7,
"created_at": "2018-06-25 20:29:16",
"updated_at": "2018-06-25 20:29:16"
}
]
}
- 成功返回没有数据
{
"status": 1,
"message": "数据返回成功",
"data": [],
}
| 参数说明 | 说明 |
|---|---|
| title | 功能名称 |
| icon | 功能图标 |
| url | 跳转链接地址 |
| sort | 排序 |
失败请求示例
{ "message":"无效参数", "status":2 }