Toggle navigation
Toggle navigation
This project
Loading...
Sign in
michaelcao
/
yohobuy-doc
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
LUOXC
9 years ago
Commit
93fae8c7a5410e15058fe8c86e5840ac0c292ef3
1 parent
62256888
查找店铺详细信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
1 deletions
inferface-document/shops/shops_decorator.md
inferface-document/shops/shops_decorator.md
View file @
93fae8c
...
...
@@ -167,4 +167,48 @@
|id |否 |int |517 |品牌编号 |
|brandName |否 |string |T.U.K |品牌名称 |
|brandNameCn |否 |string | |品牌中文名称 |
|brandNameEn |否 |string |T.U.K |品牌英文名称 |
\ No newline at end of file
|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
...
...
Please
register
or
login
to post a comment