Authored by ping

update

... ... @@ -21,7 +21,13 @@
|otherUrl|JSON数组|["www.paperworks.com.cn","https:\/\/jnby.tmall.com\/"]||
|shopAddress|JSON数组|||
|onCheck|int|1|是否需要审核(1-是;0-否)|
|shopRelation|JSON数组||品牌与供应商关系[
|shopRelation|JSON数组||品牌与供应商关系|
---------------------
shopRelation的json格式为:
``` json
"shopRelation":[
{
"brandId":355,
"supplierId":310,
... ... @@ -32,8 +38,7 @@
"supplierId":1226,
"agreementEndTime":1482076800
}
]|
---------------------
]
### 返回
... ...