Authored by qianjun

shops002

@@ -114,10 +114,14 @@ @@ -114,10 +114,14 @@
114 114
115 115
116 ## 获取查看审核详情 116 ## 获取查看审核详情
117 -> 接口名: `/shops/getCheckShopInfo` 117 +> 接口名: `/shops/ShopsCheckRest/getCheckShopInfo`
118 118
119 ### 入参 119 ### 入参
120 - 120 +```json
  121 +{
  122 + "shopsId":20
  123 +}
  124 +```
121 ------------------------- 125 -------------------------
122 |属性名称|类型|例子|说明| 126 |属性名称|类型|例子|说明|
123 |--------|----|----|----| 127 |--------|----|----|----|
@@ -136,11 +140,28 @@ @@ -136,11 +140,28 @@
136 "message":"暂无数据" 140 "message":"暂无数据"
137 } 141 }
138 { 142 {
139 - "code":200,  
140 - "message":"ok",  
141 - "data":{  
142 -  
143 - } 143 + "code": 200,
  144 + "data": {
  145 + "createPid": 1,
  146 + "createTime": 1454205517,
  147 + "examineStatus": 0,
  148 + "isRead": 1,
  149 + "operationStatus": 1,
  150 + "otherUrl": "",
  151 + "shopAddress": "",
  152 + "shopDomain": "debao",
  153 + "shopIntro": "",
  154 + "shopLogo": "",
  155 + "shopName": "得宝旗舰店",
  156 + "shopNature": 0,
  157 + "shopRelation": "[{\"agreementEndTime\":1485792000,\"brandId\":355,\"method\":\"add\",\"supplierId\":310},{\"agreementEndTime\":1459353600,\"brandId\":178,\"method\":\"del\",\"supplierId\":480}]",
  158 + "shopsId": 15,
  159 + "shopsType": 1,
  160 + "status": 0,
  161 + "updateTime": 1454205517,
  162 + "websiteUrl": ""
  163 + },
  164 + "message": "ok"
144 } 165 }
145 166
146 ``` 167 ```