Showing
1 changed file
with
3 additions
and
1 deletions
@@ -550,7 +550,8 @@ or | @@ -550,7 +550,8 @@ or | ||
550 | ### 入参 | 550 | ### 入参 |
551 | ``` json | 551 | ``` json |
552 | { | 552 | { |
553 | - "productSkn":50000855 | 553 | + "productSkn":50000855, |
554 | + "brandName" :"初语" | ||
554 | } | 555 | } |
555 | ``` | 556 | ``` |
556 | ### 公共参数 | 557 | ### 公共参数 |
@@ -585,6 +586,7 @@ or | @@ -585,6 +586,7 @@ or | ||
585 | ``` json | 586 | ``` json |
586 | { | 587 | { |
587 | "productSkn":50000855, | 588 | "productSkn":50000855, |
589 | + "brandName" :"初语", | ||
588 | "rejectReason":"不支持货到付款" | 590 | "rejectReason":"不支持货到付款" |
589 | } | 591 | } |
590 | ``` | 592 | ``` |
-
Please register or login to post a comment