...
|
...
|
@@ -168,3 +168,47 @@ |
|
|
|brandName |否 |string |T.U.K |品牌名称 |
|
|
|
|brandNameCn |否 |string | |品牌中文名称 |
|
|
|
|brandNameEn |否 |string |T.U.K |品牌英文名称 |
|
|
|
|
|
|
|
|
|
## 查询店铺装修详细信息
|
|
|
> POST `/ShopsDecoratorRest/findShopsDecoratorDetail`
|
|
|
|
|
|
### 入参
|
|
|
|
|
|
```json
|
|
|
|
|
|
{
|
|
|
"id":2,
|
|
|
"platform": "APP",
|
|
|
"templateName": "BASE"
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|参数名 |必填 |类型 |示例值 |描述 |
|
|
|
|------ |---- |---- |------ |---- |
|
|
|
|id |是 |int |1 |页数 |
|
|
|
|platform |否 |string |APP |平台名称(默认:APP) |
|
|
|
|templateName|否 |string |BASE |模板名称(默认:启用的模板)|
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
|
|
|
|
|
{
|
|
|
"code": 200,
|
|
|
"message": "操作成功",
|
|
|
"data":{
|
|
|
"id":1,
|
|
|
"platform":"APP",
|
|
|
"templateName":"BASE",
|
|
|
"resources":[]
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|参数名 |必填 |类型 |示例值 |描述 |
|
|
|
|------ |---- |---- |------ |---- |
|
|
|
|id |是 |int |1 |页数 |
|
|
|
|platform |否 |string |APP |平台名称(默认:APP) |
|
|
|
|templateName|否 |string |BASE |模板名称(默认:启用的模板)|
|
|
|
|resources |否 |json | |资源 | |
|
|
\ No newline at end of file |
...
|
...
|
|