Authored by lingmin

Update shops_decorator.md

... ... @@ -11,8 +11,8 @@
"shopsId":700,
"appType":1,
"platform": "APP",
"templateName": "BASE",
"templateType":2,
"submitStatus":200,
"resources":{
"shopTopBanner":{"data":{"shopSrc":"1","detailSrc":"defaultSrc","isShowShopName":"N"},"id":""},
"shopTopBanner_app":{"data":{"shopSrc":"defaultSrc"},"id":""},
... ... @@ -29,8 +29,9 @@
|------ |---- |---- |------ |---- |
|shopsId |是 |int |1 |店铺编号 |
|platform |否 |string |APP |平台名称 |
|templateName|否 |string |BASE |模板名称 |
|resources |否 |json | |资源 |
|submitStatus |是 |int |200 |100:暂时保存;200:提交审核|
|templateType|否 |int |1 |1:基础模板,2:经典模板|
|resources |否 |string | |资源 |
|appType |否 |int |1 |0-有货,1-BLK |
... ... @@ -120,7 +121,7 @@
}
## 保存店铺装修信息
## 保存店铺装修信息
> POST `/ShopsDecoratorRest/saveShopsDecorator`
### 入参
... ... @@ -144,9 +145,9 @@
|------ |---- |---- |------ |---- |
|shopsId |是 |int |1 |店铺编号 |
|platform |否 |string |APP |平台名称 |
|templateName|否 |string |BASE |模板名称 |
|resources |否 |json | |资源 |
|appType |是 |int |1 |0-有货,1-BLK|
|templateType|否 |int |1 |1:基础模板,2:经典模板|
|resources |否 |string | |资源 |
|appType |否 |int |1 |0-有货,1-BLK|
#### 资源描述-店铺头部横幅
... ... @@ -200,12 +201,14 @@
{
"shopsId":8,
"productSkn":"500011",
"size":2
}
|参数名 |必填 |类型 |示例值 |描述 |
|------ |---- |---- |------ |---- |
|shopsId |是 |int |1 |店铺Id |
|productSkn |否 |String |1 |商品Skn |
|size |否 |int |1 |每页大小 |
### 返回
... ...