说明
调此接口获取我的主功能按钮
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/user/get_my_app |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "data": [ { "id": 3, "config_id": "123", "type": "huabei", "title": "花呗分期", "icon": "", "url": "", "sort": 1, "created_at": "2017-11-17 10:03:02", "updated_at": "2017-11-17 10:03:02" }, { "id": 4, "config_id": "123", "type": "yulibao", "title": "余利宝", "icon": "", "url": "", "sort": 2, "created_at": "2017-11-17 10:03:59", "updated_at": "2017-11-17 10:03:59" }, { "id": 5, "config_id": "123", "type": "shouyinyuan", "title": "收银员管理", "icon": "", "url": "", "sort": 3, "created_at": "2017-11-17 10:04:36", "updated_at": "2017-11-17 10:04:36" }, { "id": 6, "config_id": "123", "type": "shebei", "title": "设备管理", "icon": "", "url": "", "sort": 4, "created_at": "2017-11-17 10:05:02", "updated_at": "2017-11-17 10:05:02" }, { "id": 1, "config_id": "123", "type": "url", "title": "贷款", "icon": "https://act.weixin.qq.com/static/cdn/img/wepayui/0.1.1/wepay_logo_white_200x200.png", "url": "https://xy.umxnt.com/user/index", "sort": 5, "created_at": "2017-11-15 16:33:38", "updated_at": "2017-11-15 16:33:38" }, { "id": 2, "config_id": "123", "type": "url", "title": "信用卡", "icon": "https://act.weixin.qq.com/static/cdn/img/wepayui/0.1.1/wepay_logo_white_200x200.png", "url": "https://xy.umxnt.com/user/index", "sort": 6, "created_at": "2017-11-15 16:33:59", "updated_at": "2017-11-15 16:33:59" } ] }失败请求示例
{ "msg":"无效参数", "status":0 }