简要描述:

  • 蛋糕叔叔-获取品牌详情 不要使用这个里面id字段去查询 商品列表和门店列表,使用商城品牌id字段

请求URL:

GET/route=plugin.yz-supply-cake.frontend.goods.goods.getBrandDetails&brand_id=686
参数名 类型 说明 是否必须
brand_id int 商城品牌id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "",
    "data": {
        "id": 503,
        "uniacid": 5,
        "title": "西檬树(无锡)",
        "category_id": "1",
        "logo": "https://img.dangaoss.com/public/b/66/5/1348248_s.jpg",
        "image": "",
        "sort": 0,
        "status": 1,
        "is_recommend": 0,
        "brief_introduction": "",
        "text": "",
        "city_id": "81",
        "created_at": "2022-11-11 15:42:35",
        "updated_at": "2022-11-11 15:42:35",
        "deleted_at": null,
        "s_brand_id": 686,
        "brand_id": 102420,
        "category_name": "蛋糕",
        "city_num": 1,
        "store_num": 7
    }
}
参数名 类型 说明
brief_introduction string 简介
text string 品牌详情
title string 品牌名称
s_brand_id int 商城品牌id