...
|
...
|
@@ -29,6 +29,9 @@ |
|
|
|checkStatusArr|String|200,300|必须包含的状态|
|
|
|
---------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/getShopList
|
|
|
|
|
|
### 返回
|
|
|
|
...
|
...
|
@@ -81,6 +84,10 @@ |
|
|
|shopsId|int|15|店铺ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/getShopDetailById
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -186,6 +193,10 @@ shopRelation的json格式为: |
|
|
}
|
|
|
]
|
|
|
```
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/addShops
|
|
|
|
|
|
### 返回
|
|
|
返回码code为200就是成功,其余为失败。
|
...
|
...
|
@@ -239,6 +250,10 @@ shopRelation的json格式为: |
|
|
}
|
|
|
]
|
|
|
```
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/updateShops
|
|
|
|
|
|
### 返回
|
|
|
返回码code为200就是成功,其余为失败。
|
...
|
...
|
@@ -252,7 +267,7 @@ shopRelation的json格式为: |
|
|
|
|
|
---------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
## 关店
|
|
|
## 有货关店
|
|
|
|
|
|
> 接口名: `/ShopsRest/closeShops`
|
|
|
|
...
|
...
|
@@ -264,6 +279,10 @@ shopRelation的json格式为: |
|
|
|shopsId|int|15|店铺ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/closeShops
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -277,7 +296,7 @@ shopRelation的json格式为: |
|
|
|
|
|
---------------------------------------------------------------------------------------------------------
|
|
|
|
|
|
## 开店
|
|
|
## 有货开店
|
|
|
|
|
|
> 接口名: `/ShopsRest/openShops`
|
|
|
|
...
|
...
|
@@ -289,6 +308,10 @@ shopRelation的json格式为: |
|
|
|shopsId|int|15|店铺ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/openShops
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -314,6 +337,10 @@ shopRelation的json格式为: |
|
|
|shopsId|int|15|店铺ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/openBlkShops
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -339,6 +366,10 @@ shopRelation的json格式为: |
|
|
|shopsId|int|15|店铺ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/closeBlkShops
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -364,6 +395,10 @@ shopRelation的json格式为: |
|
|
|shopsId|int|15|店铺ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/checkShopPass
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -389,6 +424,10 @@ shopRelation的json格式为: |
|
|
|shopsId|int|15|店铺ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/checkReject
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -421,6 +460,10 @@ shopRelation的json格式为: |
|
|
|brandId|int|15|品牌ID|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/supplier/supplier/selectSupplierByBrandId
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
@@ -469,6 +512,10 @@ or |
|
|
|idName|String|速写CROQUIS|店铺名称|
|
|
|
-----------------------------
|
|
|
|
|
|
示例
|
|
|
|
|
|
http://localhost:8088/platform/ShopsRest/selectCheckPassShopsByName
|
|
|
|
|
|
### 返回
|
|
|
|
|
|
```json
|
...
|
...
|
|