Authored by lingmin

Update shops.md

... ... @@ -302,6 +302,56 @@ shopRelation的json格式为:
---------------------------------------------------------------------------------------------------------
## BLK开店
> 接口名: `/ShopsRest/openBlkShops`
### 入参
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
|shopsId|int|15|店铺ID|
-----------------------------
### 返回
```json
{
"code": 200,
"message": "操作成功"
}
```
---------------------------------------------------------------------------------------------------------
## BLK关店
> 接口名: `/ShopsRest/closeBlkShops`
### 入参
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
|shopsId|int|15|店铺ID|
-----------------------------
### 返回
```json
{
"code": 200,
"message": "操作成功"
}
```
---------------------------------------------------------------------------------------------------------
## 审核通过
> 接口名: `/ShopsRest/checkShopPass`
... ...