Authored by FengRuwei

update

@@ -155,7 +155,7 @@ @@ -155,7 +155,7 @@
155 |属性名称|类型|例子|说明| 155 |属性名称|类型|例子|说明|
156 |--------|----|----|----| 156 |--------|----|----|----|
157 |id|int|12|审核记录ID(必须)| 157 |id|int|12|审核记录ID(必须)|
158 -|brandId|int|12|品牌ID(可选)| 158 +|brandId|int|12|品牌ID(必须)|
159 |rejectReason|String|"test"|拒绝原因(拒绝时需要)| 159 |rejectReason|String|"test"|拒绝原因(拒绝时需要)|
160 |isPayDelivery|int|1|是否支持货到付款(必选,0:不支持货到付款/1:支持)| 160 |isPayDelivery|int|1|是否支持货到付款(必选,0:不支持货到付款/1:支持)|
161 |checkStatus|int|100|审核状态(必选,200:通过/300:驳回)| 161 |checkStatus|int|100|审核状态(必选,200:通过/300:驳回)|