供应商分类

供应商分类查询接口

获取供应商分类

curl -i "http://example.com/api/supplier_types.json"
{
  "supplier_types": [
    {
      "id": 1,
      "name": "经销商"
    }
  ]
}
  • HTTP 请求

    GET http://example.com/api/supplier_types.json

  • 请求参数

  • 返回字段说明

返回值字段 字段类型 说明
id integer ID
name string 名称
文档更新时间: 2025-03-17 14:52   作者:姜河