Authored by ping

update

@@ -21,7 +21,13 @@ @@ -21,7 +21,13 @@
21 |otherUrl|JSON数组|["www.paperworks.com.cn","https:\/\/jnby.tmall.com\/"]|| 21 |otherUrl|JSON数组|["www.paperworks.com.cn","https:\/\/jnby.tmall.com\/"]||
22 |shopAddress|JSON数组||| 22 |shopAddress|JSON数组|||
23 |onCheck|int|1|是否需要审核(1-是;0-否)| 23 |onCheck|int|1|是否需要审核(1-是;0-否)|
24 -|shopRelation|JSON数组||品牌与供应商关系[ 24 +|shopRelation|JSON数组||品牌与供应商关系|
  25 +---------------------
  26 +
  27 +shopRelation的json格式为:
  28 +``` json
  29 +
  30 +"shopRelation":[
25 { 31 {
26 "brandId":355, 32 "brandId":355,
27 "supplierId":310, 33 "supplierId":310,
@@ -32,8 +38,7 @@ @@ -32,8 +38,7 @@
32 "supplierId":1226, 38 "supplierId":1226,
33 "agreementEndTime":1482076800 39 "agreementEndTime":1482076800
34 } 40 }
35 - ]|  
36 ---------------------- 41 + ]
37 42
38 ### 返回 43 ### 返回
39 44