GaibAnd蓝海

库存融资系统与蓝海对接


获取渠道-基础数据

[TOC]

请求URL
  • http://124.172.248.42:8083/gaib-frms/webapi/getBrand
请求方式
  • GET
请求头
参数名 必选 说明
Authorization 身份令牌,详情见签名算法
返回示例
{
    "code": 200,
    "message": "操作成功",
    "data": [
        {
            "content2": "广三",
            "sub_no": 1,
            "codeValue": "1001"
        },
        {
            "content2": "广丰",
            "sub_no": 2,
            "codeValue": "1002"
        },
        {
            "content2": "广本",
            "sub_no": 3,
            "codeValue": "1003"
        }
    ]
}
返回参数说明
参数名 类型 说明
content2 String 渠道描述
sub_no int 排序
codeValue String 渠道值
备注
  • 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML