Authored by lingmin

Update shops_decorator.md

... ... @@ -203,6 +203,8 @@
{
"id":2,
"shopsId":700,
"isBlk":0,
"platform": "APP",
"templateName": "BASE"
}
... ... @@ -211,6 +213,7 @@
|参数名 |必填 |类型 |示例值 |描述 |
|------ |---- |---- |------ |---- |
|id |是 |int |1 |页数 |
|shopsId |是 |int |1 |店铺编号 |
|platform |否 |string |APP |平台名称(默认:APP) |
|templateName|否 |string |BASE |模板名称(默认:启用的模板)|
|isBlk |是 |int |1 |是否BLK装修,0-否,1-是 |
... ... @@ -220,21 +223,39 @@
```json
{
"code": 200,
"message": "操作成功",
"data":{
"id":1,
"platform":"APP",
"templateName":"BASE",
"isBlk": 0,
"resources":[]
}
"code": 200,
"data": {
"brandList": [
{
"brandDomain": "sctest1",
"brandIco": "http://img13.static.yhbimg.com\brandLogo/2016/05/27/16/02ec2f71466d706f0960315bced7bc9747.jpg",
"brandName": "宋超测试1",
"brandNameCn": "宋超测试1",
"brandNameEn": "sctest1",
"id": 1680,
"status": 1
}
],
"checkStatus": 300,
"createTime": 1464848048,
"id": 362,
"isBlk": 0,
"platform": "PC",
"resources": {},
"shopName": "sctest1",
"shopsId": 700,
"status": 0,
"templateType": "2",
"updateTime": 1464922138
},
"md5": "db115f5884592c53ad52dcff85c7ab53",
"message": "操作成功"
}
```
|参数名 |必填 |类型 |示例值 |描述 |
|------ |---- |---- |------ |---- |
|id |是 |int |1 |店铺装修编号 |
|shopsId |是 |int |1 |店铺编号 |
|platform |是 |string |APP |平台名称 |
|templateName|是 |string |BASE |模板名称 |
|resources |是 |json | |资源 |
... ...