多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
#### 品牌列表 ~~~[api] get:/index.php?ctl=Api_Goods_Brand&met=listBrand&typ=json int:page#页 int:rows#每页记录数 string:skey#品牌名称 int:cat_id#分类id int:uncheck#是否启用 0-不启用 1-启用 <<< success {"cmd_id":-140, "status":200, "msg":"success", "data":{ "page":1, "total":1, "totalsize":"1", "records":"1", "rows":[ {"brand_id":"1", //品牌id "brand_name":"品牌1", //品牌名称 "brand_name_cn":"", //拼音 "cat_id":"107", //分类id "brand_initial":"P", //首字母 "brand_show_type":"1", //展示方式 0-图片 1-文字 "brand_pic":"https:\/\/shop.local.yuanfeng021.com\/image.php\/shop\/data\/upload\/media\/plantform\/d3aabd05be45670d48e2685d1e1f5992\/image\/20181205\/1543978737722452.png", //图片 "brand_displayorder":"32767", //排序 "brand_enable":"1", //是否启用 0-不启用 1-启用 "brand_recommend":"0", //是否推荐 0-不推荐 1-推荐 "shop_id":"0", //上传店铺的id "brand_collect":"1", //收藏数量 "id":"1" }]}} <<< error ~~~ #### 新增品牌 ~~~[api] get:/index.php?ctl=Api_Goods_Brand&met=add&typ=json string:brand_name#品牌名称 string:brand_pic#品牌图片 int:brand_show_type#展示方式 0-图片 1-文字 int:brand_recommend#是否推荐 0-不推荐 1-推荐 int:brand_enable#是否启用 0-不启用 1-启用 int:cat_id#分类id int:brand_displayorder#排序 <<< success {"cmd_id":-140, "status":200, "msg":"success", "data":{ "brand_name":"品牌", //品牌名称 "brand_initial":"P", //首字母 "brand_pic":"http:\/\/localhost\/bbc_htw\/shop\/image.php\/shop\/data\/upload\/media\/plantform\/421aa90e079fa326b6494f812ad13e79\/image\/20190313\/1552462536430360.jpg", //图片 "brand_show_type":0, //展示方式 0-图片 1-文字 "brand_recommend":0, //是否推荐 0-不推荐 1-推荐 "brand_enable":1, //是否启用 0-不启用 1-启用 "cat_id":4, //分类id "brand_displayorder":1, //排序 "id":1, "brand_id":1 //品牌id }} <<< error ~~~ #### 修改品牌 ~~~[api] get:/index.php?ctl=Api_Goods_Brand&met=edit&typ=json int:id#品牌id string:brand_name#品牌名称 string:brand_pic#品牌图片 int:brand_show_type#展示方式 0-图片 1-文字 int:brand_recommend#是否推荐 0-不推荐 1-推荐 int:brand_enable#是否启用 0-不启用 1-启用 <<< success {"cmd_id":-140, "status":200, "msg":"success", "data":{ "brand_name":"品牌1", //品牌名称 "brand_initial":"P", //首字母 "brand_pic":"http:\/\/localhost\/bbc_htw\/shop\/image.php\/shop\/data\/upload\/media\/plantform\/421aa90e079fa326b6494f812ad13e79\/image\/20190313\/1552462536430360.jpg", //品牌图片 "brand_show_type":0, //展示方式 0-图片 1-文字 "brand_recommend":0, //是否推荐 0-不推荐 1-推荐 "brand_enable":1, //是否启用 0-不启用 1-启用 "brand_displayorder":1, //排序 "id":1, "brand_id":1 //品牌id }} <<< error ~~~ #### 删除品牌 ~~~[api] get:/index.php?ctl=Api_Goods_Brand&met=remove&typ=json int:brand_id#品牌id <<< success {"cmd_id":-140, "status":200, "msg":"success", "data":{"id":1}} <<< error ~~~