Authored by tanling

Update ShopReportController.md

... ... @@ -324,12 +324,13 @@ http://192.168.102.217:8080/gateway?method=app.shops.storageout
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|:-------| -----:|-----:|-----:|----:|
|brandId|int|否|17|品牌id|
|shopId|int|否|17|店铺id|
|dateId |int|否||日期|
注意,通用的头部没有列出。
请求示例
http://192.168.102.217:8080/gateway?method=app.shops.shopbrandrank&brandId=1200&dateId=20160524
http://192.168.102.217:8080/gateway?method=app.shops.shopbrandrank&shopId=1200&dateId=20160524
### 响应
... ... @@ -539,12 +540,13 @@ code为200即为成功,否则是失败。
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|:-------| -----:|-----:|-----:|----:|
|brandId|int|否||品牌id|
|shopId|int|否||店铺id|
|dateId |int|否||日期|
注意,通用的头部没有列出。
请求示例
http://192.168.102.217:8080/gateway?method=app.shops.shopbrandrank&brandId=1200&dateId=20160524
http://192.168.102.217:8080/gateway?method=app.shops.shopbusinessoverview&shopId=1200&dateId=20160524
### 响应
... ...