xqy

xqy


列表

[TOC]

简要描述
  • 列表
请求URL
  • /channellist
请求方式
  • POST
参数
参数名 必选 类型 说明
pageSize int 每页条数
state int state 状态 1.开启 2.关闭
name string 名称
settlementMethod string 结算方式 1.A 2.S 3.U
返回示例
{
    "status": 0,
    "message": "成功",
    "result": {
        "total": 1,
        "list": [
            {
                "id": 8,
                "name": "测试4",
                "invite_code": "lOxKGL",
                "unit_price": "10",
                "registration_coefficient": "1",
                "input_coefficient": "1",
                "state": 1,
                "settlement_method": 1,
                "create_time": "2022/01/12 16:58:55",
                "cityName": null,
                "productName": "探讨探讨他",
                "payName": "支付宝1,快捷支付",
                "url": "http://xqy.com?channel=lOxKGL"
            }
        ]
    }
}
返回参数说明
参数名 类型 说明
status int 接口状态
message string 接口信息
result array 接口数据
-total int 总条数
-list array 列表
- - id int 渠道id
- - name string 渠道名称
- - invite_code string 渠道名称
- - unit_price string 单价
- - registration_coefficient string 注册系数
- - input_coefficient string 进件系数
- - state int 状态 1.开启 2.关闭
- - settlement_method int 结算方式 1.A 2.S 3.U
- - create_time string 创建时间
- - cityName string 屏蔽城市
- - productName string 屏蔽产品
- - payName string 支付方式
- - url string 渠道地址
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML