Authored by qianjun

shops002

... ... @@ -114,10 +114,14 @@
## 获取查看审核详情
> 接口名: `/shops/getCheckShopInfo`
> 接口名: `/shops/ShopsCheckRest/getCheckShopInfo`
### 入参
```json
{
"shopsId":20
}
```
-------------------------
|属性名称|类型|例子|说明|
|--------|----|----|----|
... ... @@ -136,11 +140,28 @@
"message":"暂无数据"
}
{
"code":200,
"message":"ok",
"data":{
}
"code": 200,
"data": {
"createPid": 1,
"createTime": 1454205517,
"examineStatus": 0,
"isRead": 1,
"operationStatus": 1,
"otherUrl": "",
"shopAddress": "",
"shopDomain": "debao",
"shopIntro": "",
"shopLogo": "",
"shopName": "得宝旗舰店",
"shopNature": 0,
"shopRelation": "[{\"agreementEndTime\":1485792000,\"brandId\":355,\"method\":\"add\",\"supplierId\":310},{\"agreementEndTime\":1459353600,\"brandId\":178,\"method\":\"del\",\"supplierId\":480}]",
"shopsId": 15,
"shopsType": 1,
"status": 0,
"updateTime": 1454205517,
"websiteUrl": ""
},
"message": "ok"
}
```
... ...