Authored by lingmin

Update shops.md

@@ -29,6 +29,9 @@ @@ -29,6 +29,9 @@
29 |checkStatusArr|String|200,300|必须包含的状态| 29 |checkStatusArr|String|200,300|必须包含的状态|
30 --------------------------- 30 ---------------------------
31 31
  32 +示例
  33 +
  34 +http://localhost:8088/platform/ShopsRest/getShopList
32 35
33 ### 返回 36 ### 返回
34 37
@@ -81,6 +84,10 @@ @@ -81,6 +84,10 @@
81 |shopsId|int|15|店铺ID| 84 |shopsId|int|15|店铺ID|
82 ----------------------------- 85 -----------------------------
83 86
  87 +示例
  88 +
  89 +http://localhost:8088/platform/ShopsRest/getShopDetailById
  90 +
84 ### 返回 91 ### 返回
85 92
86 ```json 93 ```json
@@ -186,6 +193,10 @@ shopRelation的json格式为: @@ -186,6 +193,10 @@ shopRelation的json格式为:
186 } 193 }
187 ] 194 ]
188 ``` 195 ```
  196 +
  197 +示例
  198 +
  199 +http://localhost:8088/platform/ShopsRest/addShops
189 200
190 ### 返回 201 ### 返回
191 返回码code为200就是成功,其余为失败。 202 返回码code为200就是成功,其余为失败。
@@ -239,6 +250,10 @@ shopRelation的json格式为: @@ -239,6 +250,10 @@ shopRelation的json格式为:
239 } 250 }
240 ] 251 ]
241 ``` 252 ```
  253 +
  254 +示例
  255 +
  256 +http://localhost:8088/platform/ShopsRest/updateShops
242 257
243 ### 返回 258 ### 返回
244 返回码code为200就是成功,其余为失败。 259 返回码code为200就是成功,其余为失败。
@@ -252,7 +267,7 @@ shopRelation的json格式为: @@ -252,7 +267,7 @@ shopRelation的json格式为:
252 267
253 --------------------------------------------------------------------------------------------------------- 268 ---------------------------------------------------------------------------------------------------------
254 269
255 -## 关店 270 +## 有货关店
256 271
257 > 接口名: `/ShopsRest/closeShops` 272 > 接口名: `/ShopsRest/closeShops`
258 273
@@ -264,6 +279,10 @@ shopRelation的json格式为: @@ -264,6 +279,10 @@ shopRelation的json格式为:
264 |shopsId|int|15|店铺ID| 279 |shopsId|int|15|店铺ID|
265 ----------------------------- 280 -----------------------------
266 281
  282 +示例
  283 +
  284 +http://localhost:8088/platform/ShopsRest/closeShops
  285 +
267 ### 返回 286 ### 返回
268 287
269 ```json 288 ```json
@@ -277,7 +296,7 @@ shopRelation的json格式为: @@ -277,7 +296,7 @@ shopRelation的json格式为:
277 296
278 --------------------------------------------------------------------------------------------------------- 297 ---------------------------------------------------------------------------------------------------------
279 298
280 -## 开店 299 +## 有货开店
281 300
282 > 接口名: `/ShopsRest/openShops` 301 > 接口名: `/ShopsRest/openShops`
283 302
@@ -289,6 +308,10 @@ shopRelation的json格式为: @@ -289,6 +308,10 @@ shopRelation的json格式为:
289 |shopsId|int|15|店铺ID| 308 |shopsId|int|15|店铺ID|
290 ----------------------------- 309 -----------------------------
291 310
  311 +示例
  312 +
  313 +http://localhost:8088/platform/ShopsRest/openShops
  314 +
292 ### 返回 315 ### 返回
293 316
294 ```json 317 ```json
@@ -314,6 +337,10 @@ shopRelation的json格式为: @@ -314,6 +337,10 @@ shopRelation的json格式为:
314 |shopsId|int|15|店铺ID| 337 |shopsId|int|15|店铺ID|
315 ----------------------------- 338 -----------------------------
316 339
  340 +示例
  341 +
  342 +http://localhost:8088/platform/ShopsRest/openBlkShops
  343 +
317 ### 返回 344 ### 返回
318 345
319 ```json 346 ```json
@@ -339,6 +366,10 @@ shopRelation的json格式为: @@ -339,6 +366,10 @@ shopRelation的json格式为:
339 |shopsId|int|15|店铺ID| 366 |shopsId|int|15|店铺ID|
340 ----------------------------- 367 -----------------------------
341 368
  369 +示例
  370 +
  371 +http://localhost:8088/platform/ShopsRest/closeBlkShops
  372 +
342 ### 返回 373 ### 返回
343 374
344 ```json 375 ```json
@@ -364,6 +395,10 @@ shopRelation的json格式为: @@ -364,6 +395,10 @@ shopRelation的json格式为:
364 |shopsId|int|15|店铺ID| 395 |shopsId|int|15|店铺ID|
365 ----------------------------- 396 -----------------------------
366 397
  398 +示例
  399 +
  400 +http://localhost:8088/platform/ShopsRest/checkShopPass
  401 +
367 ### 返回 402 ### 返回
368 403
369 ```json 404 ```json
@@ -389,6 +424,10 @@ shopRelation的json格式为: @@ -389,6 +424,10 @@ shopRelation的json格式为:
389 |shopsId|int|15|店铺ID| 424 |shopsId|int|15|店铺ID|
390 ----------------------------- 425 -----------------------------
391 426
  427 +示例
  428 +
  429 +http://localhost:8088/platform/ShopsRest/checkReject
  430 +
392 ### 返回 431 ### 返回
393 432
394 ```json 433 ```json
@@ -421,6 +460,10 @@ shopRelation的json格式为: @@ -421,6 +460,10 @@ shopRelation的json格式为:
421 |brandId|int|15|品牌ID| 460 |brandId|int|15|品牌ID|
422 ----------------------------- 461 -----------------------------
423 462
  463 +示例
  464 +
  465 +http://localhost:8088/platform/supplier/supplier/selectSupplierByBrandId
  466 +
424 ### 返回 467 ### 返回
425 468
426 ```json 469 ```json
@@ -469,6 +512,10 @@ or @@ -469,6 +512,10 @@ or
469 |idName|String|速写CROQUIS|店铺名称| 512 |idName|String|速写CROQUIS|店铺名称|
470 ----------------------------- 513 -----------------------------
471 514
  515 +示例
  516 +
  517 +http://localhost:8088/platform/ShopsRest/selectCheckPassShopsByName
  518 +
472 ### 返回 519 ### 返回
473 520
474 ```json 521 ```json