文档
测试

获取圈主商铺各类别商品数列表

GET
http://daduhui.mangotechdemo.com.au/webapi/ShopCategory/GetShopProductCount

请求参数

参数名
类型
描述
必填
userId
int
圈主id
必填

说明 / 示例

http://daduhui.mangotechdemo.com.au/webapi/ShopCategory/GetShopProductCount?userId=1 返回结果 { "model": { "ShopCateList": [ { "ShopCateId": 3,//分类id "ShopCategoryName": "cc", 分类名称 "ProductCount": 1 商品数目 }, { "ShopCateId": 4, "ShopCategoryName": "dd", "ProductCount": 0 }, { "ShopCateId": 5, "ShopCategoryName": "ee", "ProductCount": 0 }, { "ShopCateId": 6, "ShopCategoryName": "ccc", "ProductCount": 0 } ], "TotalProductCount": 7 //总商品数 (也包含没有添加到指定分类的里边的数目) }, "code": 1, "msg": null }