...
|
...
|
@@ -434,4 +434,37 @@ |
|
|
"message": "Product Price update success."
|
|
|
}
|
|
|
|
|
|
```
|
|
|
|
|
|
## 批量商品变价
|
|
|
|
|
|
> 接口名: '/product/batchUpdateProductPrice'
|
|
|
|
|
|
### 入参 例子:[{"product_skn": 50000060, "sales_price" :211.22, "vip_discount_type":1, "founder":9278, "return_coin":88, "vip_price":99},
|
|
|
{"product_skn": 50000063, "sales_price" :211.22, "vip_discount_type":1, "founder":9278, "return_coin":88, "vip_price":99}]
|
|
|
|
|
|
-------------------------
|
|
|
|属性名称|类型|例子|说明|
|
|
|
|--------|----|----|----|
|
|
|
|product_skn|number|5000060|商品的Skn|
|
|
|
|sales_price|float|22.22|销售价格|
|
|
|
|vip_discount_type|number|5000060|商品的Skn|
|
|
|
|founder|number|2262|操作人标识|
|
|
|
|return_coin|number|200|返回币数|
|
|
|
|vip_price|float|22.33|vip价格 vipDiscountType 为4时必填|
|
|
|
|vip1_price|float|22.33|折扣类型为5时必填|
|
|
|
|vip2_price|float|22.33|折扣类型为5时必填|
|
|
|
|vip3_price|float|22.33|折扣类型为5时必填|
|
|
|
---------------------
|
|
|
|
|
|
### 返回 (备注 :code 为200代表成功 )
|
|
|
|
|
|
``` json
|
|
|
{
|
|
|
"code": 200,
|
|
|
"data": [],
|
|
|
"md5": "d751713988987e9331980363e24189ce",
|
|
|
"message": "Product Price update success."
|
|
|
}
|
|
|
|
|
|
``` |
|
|
\ No newline at end of file |
...
|
...
|
|