Showing
1 changed file
with
3 additions
and
2 deletions
@@ -450,8 +450,9 @@ | @@ -450,8 +450,9 @@ | ||
450 | 450 | ||
451 | > 接口名: '/product/batchUpdateProductPrice' | 451 | > 接口名: '/product/batchUpdateProductPrice' |
452 | 452 | ||
453 | -### 入参 例子:[{"product_skn": 50000060, "sales_price" :211.22, "vip_discount_type":1, "founder":9278, "return_coin":88, "vip_price":99}, | ||
454 | -{"product_skn": 50000063, "sales_price" :211.22, "vip_discount_type":1, "founder":9278, "return_coin":88, "vip_price":99}] | 453 | +### 入参 例子: |
454 | +{"data" : [{"product_skn": 50000060, "sales_price" :211.22, "vip_discount_type":1, "founder":9278, "return_coin":88, "vip_price":99}, | ||
455 | +{"product_skn": 50000063, "sales_price" :211.22, "vip_discount_type":1, "founder":9278, "return_coin":88, "vip_price":99}]} | ||
455 | 456 | ||
456 | ------------------------- | 457 | ------------------------- |
457 | |属性名称|类型|例子|说明| | 458 | |属性名称|类型|例子|说明| |
-
Please register or login to post a comment