...
|
...
|
@@ -240,17 +240,17 @@ |
|
|
```json
|
|
|
|
|
|
{
|
|
|
"shopsId":21,
|
|
|
"brandId":0,
|
|
|
"brandId":1026,
|
|
|
"supplierId":1090
|
|
|
"checkStatus":200,
|
|
|
}
|
|
|
```
|
|
|
|
|
|
|参数名 |必填 |类型 |示例值 |描述 |
|
|
|
|------ |---- |---- |------ |---- |
|
|
|
|shopsId |是 |int |21 |店铺编号 |
|
|
|
|brandId |是 |int |0 |品牌编号 |
|
|
|
|checkStatus |否 |int |200 |店铺装修审核状态 |
|
|
|
|supplierId |否 |int |1090 |供应商编号 |
|
|
|
|brandId |否 |int |1026 |品牌编号 |
|
|
|
|checkStatus |是 |int |200 |店铺装修审核状态 |
|
|
|
|
|
|
### 返回
|
|
|
|
...
|
...
|
@@ -258,6 +258,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
"code": 200,
|
|
|
"data":
|
...
|
...
|
@@ -268,72 +270,57 @@ |
|
|
"brands":
|
|
|
[
|
|
|
{
|
|
|
"brandDomain": "qianjun",
|
|
|
"brandName": "钱军1",
|
|
|
"brandName": "BURANDO ENO",
|
|
|
"brandNameCn": "",
|
|
|
"brandNameEn": "qianjun",
|
|
|
"id": 1470,
|
|
|
"status": 1
|
|
|
}
|
|
|
],
|
|
|
"checkStatus": 200,
|
|
|
"createTime": 1445909754,
|
|
|
"id": 1,
|
|
|
"shopsId": 21,
|
|
|
"shopsName": "jnby by JNBY",
|
|
|
"status": 0,
|
|
|
"updateTime": 1456128116
|
|
|
},
|
|
|
{
|
|
|
"brands":
|
|
|
[
|
|
|
{
|
|
|
"brandDomain": "qianjun",
|
|
|
"brandName": "钱军1",
|
|
|
"brandNameCn": "",
|
|
|
"brandNameEn": "qianjun",
|
|
|
"id": 1470,
|
|
|
"brandNameEn": "BURANDO ENO",
|
|
|
"id": 519,
|
|
|
"saleType": 1,
|
|
|
"status": 1
|
|
|
}
|
|
|
],
|
|
|
"checkStatus": 100,
|
|
|
"createTime": 1445909754,
|
|
|
"id": 2,
|
|
|
"shopsId": 21,
|
|
|
"shopsName": "jnby by JNBY",
|
|
|
"createTime": 1448610631,
|
|
|
"id": 25,
|
|
|
"shopsId": 35,
|
|
|
"shopsName": "BURANDO ENO",
|
|
|
"shopsType": 1,
|
|
|
"status": 0,
|
|
|
"updateTime": 1456128116
|
|
|
"updateTime": 1449036789
|
|
|
},
|
|
|
{
|
|
|
"brands":
|
|
|
[
|
|
|
{
|
|
|
"brandDomain": "qianjun",
|
|
|
"brandName": "钱军1",
|
|
|
"brandDomain": "jnby",
|
|
|
"brandName": "JNBY",
|
|
|
"brandNameCn": "",
|
|
|
"brandNameEn": "qianjun",
|
|
|
"id": 1470,
|
|
|
"brandNameEn": "JNBY",
|
|
|
"id": 1026,
|
|
|
"saleType": 1,
|
|
|
"status": 1
|
|
|
}
|
|
|
],
|
|
|
"checkStatus": 200,
|
|
|
"createTime": 1445909754,
|
|
|
"id": 3,
|
|
|
"shopsId": 21,
|
|
|
"shopsName": "jnby by JNBY",
|
|
|
"checkStatus": 100,
|
|
|
"createTime": 1445850968,
|
|
|
"id": 26,
|
|
|
"shopsId": 20,
|
|
|
"shopsName": "JNBY",
|
|
|
"shopsType": 1,
|
|
|
"status": 0,
|
|
|
"updateTime": 1456128116
|
|
|
"updateTime": 1456886841
|
|
|
}
|
|
|
],
|
|
|
"page": 1,
|
|
|
"size": 10,
|
|
|
"total": 3,
|
|
|
"total": 2,
|
|
|
"totalPage": 1
|
|
|
},
|
|
|
"message": "操作成功"
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|参数名 |必填 |类型 |示例值 |描述 |
|
...
|
...
|
|