接口地址 /supplierApi/goods/receive/getSupplierChannel

请求方式 POST

consumes ["application/x-www-form-urlencoded"]

produces ["*/*"]

接口描述 查询供应商渠道

请求参数

参数名称 说明 参数类型 是否必须 类型 schema
a_token header中a_token字段用于认证 header true string

响应状态

状态码 说明 schema
200 OK 接口统一返回«List«ToolBrandVo»»

响应参数

参数名称 说明 类型 schema
code 接口返回码 int32
data 接口返回数据 array ToolBrandVo
message 接口返回消息 string

schema属性说明

ToolBrandVo

属性名称 说明 类型 schema
id 渠道id int32
name 渠道名称 string

响应示例

{
    "code": 0,
    "data": [
        {
            "id": 0,
            "name": ""
        }
    ],
    "message": ""
}
作者:周宁  创建时间:2024-11-13 15:24
最后编辑:周宁  更新时间:2025-04-08 14:18