说明

APP首页功能列表

请求地址

环境 请求地址
测试环境 https://pay.umxnt.com/api/user/merchant_index

请求参数

参数 类型 是否必填 描述
token string 令牌
  • 成功返回有数据
{
    "status": 1,
    "message": "数据返回成功",
    "data": [
        {
            "id": 23,
            "pid": 2,
            "config_id": "1234",
            "type": "url",
            "title": "花呗分期-1",
            "icon": "https://pay.umxnt.com/app/img/merchant/index/hbfq.png",
            "url": "https://pay.umxnt.com/app/img/merchant/index/hbfq.png",
            "sort": 6,
            "created_at": "2018-06-09 00:00:00",
            "updated_at": "2018-06-09 00:00:00"
        }
    ]
}
  • 成功返回没有数据
{
  "status": 1,
  "message": "数据返回成功",
  "data": [],

}
参数说明 说明
title 功能名称
icon 功能图标
url 跳转链接地址
sort 排序
  • 失败请求示例

  • {
        "message":"无效参数",
        "status":2
    }
    

results matching ""

    No results matching ""