获取品牌列表

接口调用请求说明

  1. http请求方式:POST
  2. https://api.weixin.qq.com/product/brand/get?access_token=xxxxxxxxx

请求参数示例

{}

回包示例

  1. {
  2. "errcode": 0,
  3. "errmsg": "ok",
  4. "brands":
  5. [
  6. {
  7. "first_cat_id": 123,
  8. "second_cat_id": 123,
  9. "third_cat_id": 124,
  10. "brand_info":
  11. {
  12. "brand_id": 0,
  13. "brand_name": "测试"
  14. }
  15. }
  16. ]
  17. }

回包参数说明

参数类型说明
errcodenumber错误码
errmsgstring错误信息
brands[].first_cat_idnumber第一级类目
brands[].second_cat_idnumber第二级类目
brands[].third_cat_idnumber第三级类目
brands[].brand_info.brand_idnumber品牌ID
brands[].brand_info.brand_namestring品牌名称