...
|
...
|
@@ -97,7 +97,7 @@ http://192.168.102.217:8080/gateway?method=app.shops.sales |
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|----:|
|
|
|
|page|int||是|2|第几页|
|
|
|
|page|int|是|2|第几页|
|
|
|
|size|int|是|10|每页条数|
|
|
|
|type|int|否|1|1 日 2 周 3 月|
|
|
|
|reqTime|string|是|20150306|日报 月报 日期|
|
...
|
...
|
@@ -182,7 +182,7 @@ http://192.168.102.217:8080/gateway?method=app.shops.refund |
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|----:|
|
|
|
|page|int||是|2|第几页|
|
|
|
|page|int|是|2|第几页|
|
|
|
|size|int|是|10|每页条数|
|
|
|
|beginTime|string|是|20150306|周报:开始日期|
|
|
|
|endTime|string|是|20150308|周报:结束日期|
|
...
|
...
|
@@ -253,7 +253,7 @@ http://192.168.102.217:8080/gateway?method=app.shops.storagein |
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|----:|
|
|
|
|page|int||是|2|第几页|
|
|
|
|page|int|是|2|第几页|
|
|
|
|size|int|是|10|每页条数|
|
|
|
|beginTime|string|是|20150306|周报:开始日期|
|
|
|
|endTime|string|是|20150308|周报:结束日期|
|
...
|
...
|
@@ -321,7 +321,7 @@ http://192.168.102.217:8080/gateway?method=app.shops.storageout |
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|----:|
|
|
|
|brandId|int|否||品牌id|
|
|
|
|brandId|int|否|17|品牌id|
|
|
|
|dateId |int|否||日期|
|
|
|
|
|
|
|
...
|
...
|
@@ -368,16 +368,16 @@ code为200即为成功,否则是失败。 |
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 备注 |
|
|
|
|:-------| -----:|-----:|-----:|----:|
|
|
|
|productSkn|int|是||商品skn|
|
|
|
|factory_code|string|是||商品厂家编码|
|
|
|
|productSku|int|是||商品sku|
|
|
|
|shopId|int|是||店铺Id|
|
|
|
|brandId|int|是||品牌Id|
|
|
|
|productSkn|int|是|1222|商品skn|
|
|
|
|factory_code|string|是|234234|商品厂家编码|
|
|
|
|productSku|int|是|1222|商品sku|
|
|
|
|shopId|int|是|17|店铺Id|
|
|
|
|brandId|int|是|17|品牌Id|
|
|
|
|maxSortId|int|是||一级分类Id|
|
|
|
|middleSortId|int|是||二级分类Id|
|
|
|
|smallSortId|int|是||三级分类Id|
|
|
|
|page|int|是||页码|
|
|
|
|size|int|是||一页几件|
|
|
|
|middleSortId|int|是|1|二级分类Id|
|
|
|
|smallSortId|int|是|2|三级分类Id|
|
|
|
|page|int|是|1|页码|
|
|
|
|size|int|是|20|一页几件|
|
|
|
|
|
|
注意,通用的头部没有列出。
|
|
|
请求示例
|
...
|
...
|
|