Showing
1 changed file
with
17 additions
and
3 deletions
@@ -358,6 +358,12 @@ shopRelation的json格式为: | @@ -358,6 +358,12 @@ shopRelation的json格式为: | ||
358 | > 接口名: `/supplier/supplier/selectSupplierByBrandId` | 358 | > 接口名: `/supplier/supplier/selectSupplierByBrandId` |
359 | 359 | ||
360 | ### 入参 | 360 | ### 入参 |
361 | +```json | ||
362 | +{ | ||
363 | + "brandId":1409 | ||
364 | +} | ||
365 | + | ||
366 | +``` | ||
361 | 367 | ||
362 | ------------------------- | 368 | ------------------------- |
363 | |属性名称|类型|例子|说明| | 369 | |属性名称|类型|例子|说明| |
@@ -371,14 +377,22 @@ shopRelation的json格式为: | @@ -371,14 +377,22 @@ shopRelation的json格式为: | ||
371 | 377 | ||
372 | { | 378 | { |
373 | "code": 200, | 379 | "code": 200, |
374 | - "data": [ | 380 | + "data": { |
381 | + "list": [ | ||
382 | + { | ||
383 | + "agreementEndTime": 1456675200, | ||
384 | + "brandId": 1409, | ||
385 | + "supplierId": 1301, | ||
386 | + "supplierName": "腾讯" | ||
387 | + }, | ||
375 | { | 388 | { |
376 | - "agreementEndTime": "2016-10-31", | 389 | + "agreementEndTime": 1477843200, |
377 | "brandId": 1409, | 390 | "brandId": 1409, |
378 | "supplierId": 1147, | 391 | "supplierId": 1147, |
379 | "supplierName": "北京尚视科技有限公司" | 392 | "supplierName": "北京尚视科技有限公司" |
380 | } | 393 | } |
381 | - ], | 394 | + ] |
395 | + }, | ||
382 | "message": "操作成功" | 396 | "message": "操作成功" |
383 | } | 397 | } |
384 | 398 |
-
Please register or login to post a comment