说明
我的里面功能接口
type:url 直接跳转链接
type:其他 代表功能
请求地址
| 环境 | 请求地址 |
|---|---|
| 测试环境 | https://m.umxnt.com/api/merchant/get_my_app |
| 正式环境 |
请求参数
| 参数 | 类型 | 是否必填 | 最大长度 | 描述 |
|---|---|---|---|---|
| token | string | 是 | 令牌 |
返回值示例 成功请求示例:
{ "status": 1, "data": [ { "id": 1, "config_id": "123", "type": "rzzx", "title": "认证中心", "icon": "", "url": "", "sort": 1, "created_at": "2018-04-04 14:55:58", "updated_at": "2018-04-04 14:55:58" }, { "id": 2, "config_id": "123", "type": "lxkf", "title": "联系客服", "icon": "", "url": "", "sort": 2, "created_at": "2018-04-04 14:59:08", "updated_at": "2018-04-04 14:59:08" }, { "id": 3, "config_id": "123", "type": "sqtd", "title": "申请通道", "icon": "", "url": "", "sort": 3, "created_at": "2018-04-04 14:59:45", "updated_at": "2018-04-04 14:59:45" }, { "id": 4, "config_id": "123", "type": "sksx", "title": "收款顺序", "icon": "", "url": "", "sort": 4, "created_at": "2018-04-04 15:00:14", "updated_at": "2018-04-04 15:00:14" }, { "id": 5, "config_id": "123", "type": "cjwt", "title": "常见问题", "icon": "", "url": "", "sort": 5, "created_at": "2018-04-04 15:00:42", "updated_at": "2018-04-04 15:00:42" }, { "id": 6, "config_id": "123", "type": "gywm", "title": "关于我们", "icon": "", "url": "", "sort": 7, "created_at": "2018-04-04 15:01:02", "updated_at": "2018-04-04 15:01:02" }, { "id": 7, "config_id": "123", "type": "url", "title": "想用官方", "icon": "https://appstoreisvpic.alipayobjects.com/prod/38aa96c8-9439-4cad-adbe-79bd5aeb7888.png", "url": "https://xy.umxnt.com/user/login", "sort": 6, "created_at": "2018-04-04 15:02:56", "updated_at": "2018-04-04 15:02:56" } ] }失败请求示例
{ "msg":"无效参数", "status":0 }