简要描述:

  • 收入列表检索类型接口

请求域名:

  • http://test.yunzshop.com

请求URL:

GET/app/index.php?i=6&c=entry&do=shop&m=yun_shop&route=finance.income.get-search-type

参数:

参数名 是否必须 类型 说明
i int 店铺ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "获取数据成功!",
    "data": {
        "commission": {
            "title": "分销佣金",
            "type": "commission"
        }
    }
}

错误时返回:

{
    "result": 0,
    "msg": "未检测到数据!",
    "data": {}
}

参数说明:

参数名 类型 说明
title string 类型名称
type string 类型

备注:

  • 更多返回错误代码请看首页的错误代码描述