Showing
1 changed file
with
29 additions
and
0 deletions
@@ -1515,4 +1515,33 @@ | @@ -1515,4 +1515,33 @@ | ||
1515 | ``` | 1515 | ``` |
1516 | 文件流 | 1516 | 文件流 |
1517 | 1517 | ||
1518 | +``` | ||
1519 | + | ||
1520 | + | ||
1521 | + | ||
1522 | +# 品牌关联 | ||
1523 | + | ||
1524 | +> 接口名: `/product/saveBrandRelation` | ||
1525 | + | ||
1526 | +### 入参 | ||
1527 | +{"productSkn":50000055, "brandRelationList":"[1,2,6]"} | ||
1528 | + | ||
1529 | +------------------------- | ||
1530 | +|属性名称|类型|例子|说明|是否必填| | ||
1531 | +|--------|----|----|----|--------| | ||
1532 | +|productSkn|数字||skn|必填| | ||
1533 | +|brandRelationList|json字符串||品牌Id列表|必填| | ||
1534 | + | ||
1535 | +--------------------- | ||
1536 | + | ||
1537 | +### 返回 | ||
1538 | + | ||
1539 | +``` JSON | ||
1540 | +{ | ||
1541 | + "code": 200, | ||
1542 | + "data": [], | ||
1543 | + "md5": "d751713988987e9331980363e24189ce", | ||
1544 | + "message": "保存品牌关系成功" | ||
1545 | +} | ||
1546 | + | ||
1518 | ``` | 1547 | ``` |
-
Please register or login to post a comment