Showing
1 changed file
with
44 additions
and
0 deletions
@@ -168,3 +168,47 @@ | @@ -168,3 +168,47 @@ | ||
168 | |brandName |否 |string |T.U.K |品牌名称 | | 168 | |brandName |否 |string |T.U.K |品牌名称 | |
169 | |brandNameCn |否 |string | |品牌中文名称 | | 169 | |brandNameCn |否 |string | |品牌中文名称 | |
170 | |brandNameEn |否 |string |T.U.K |品牌英文名称 | | 170 | |brandNameEn |否 |string |T.U.K |品牌英文名称 | |
171 | + | ||
172 | + | ||
173 | +## 查询店铺装修详细信息 | ||
174 | +> POST `/ShopsDecoratorRest/findShopsDecoratorDetail` | ||
175 | + | ||
176 | +### 入参 | ||
177 | + | ||
178 | +```json | ||
179 | + | ||
180 | +{ | ||
181 | + "id":2, | ||
182 | + "platform": "APP", | ||
183 | + "templateName": "BASE" | ||
184 | +} | ||
185 | +``` | ||
186 | + | ||
187 | +|参数名 |必填 |类型 |示例值 |描述 | | ||
188 | +|------ |---- |---- |------ |---- | | ||
189 | +|id |是 |int |1 |页数 | | ||
190 | +|platform |否 |string |APP |平台名称(默认:APP) | | ||
191 | +|templateName|否 |string |BASE |模板名称(默认:启用的模板)| | ||
192 | + | ||
193 | +### 返回 | ||
194 | + | ||
195 | +```json | ||
196 | + | ||
197 | +{ | ||
198 | + "code": 200, | ||
199 | + "message": "操作成功", | ||
200 | + "data":{ | ||
201 | + "id":1, | ||
202 | + "platform":"APP", | ||
203 | + "templateName":"BASE", | ||
204 | + "resources":[] | ||
205 | + } | ||
206 | +} | ||
207 | +``` | ||
208 | + | ||
209 | +|参数名 |必填 |类型 |示例值 |描述 | | ||
210 | +|------ |---- |---- |------ |---- | | ||
211 | +|id |是 |int |1 |页数 | | ||
212 | +|platform |否 |string |APP |平台名称(默认:APP) | | ||
213 | +|templateName|否 |string |BASE |模板名称(默认:启用的模板)| | ||
214 | +|resources |否 |json | |资源 | |
-
Please register or login to post a comment