|
|
## 1、根据SKN查询套餐信息##
|
|
|
|
|
|
(method=query.product.bundle.skn)
|
|
|
(method=query.product.bundleSkn)
|
|
|
请求方式:get
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
...
|
...
|
@@ -215,7 +215,7 @@ code为200即为成功且只会返回200,每次都会有响应结果。 |
|
|
|
|
|
## 2、新增一条套餐记录##
|
|
|
|
|
|
(method=app.product.bundle)
|
|
|
(method=add.product.bundle)
|
|
|
请求方式:get
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
...
|
...
|
@@ -226,6 +226,9 @@ code为200即为成功且只会返回200,每次都会有响应结果。 |
|
|
|startTime|Integer| 否| 1479978396|null|套餐开始时间|
|
|
|
|endTime|Integer| 否| 1480064796|null|套餐结束时间|
|
|
|
|status|Integer| 否| 1|null|1:未终止;2:已终止|
|
|
|
|discountType|Integer| 是| 1|null|1:套餐;2:量贩;3:搭配|
|
|
|
|bundleCount|Integer| 否| 2|null|量贩起售数量|
|
|
|
|promotionPhrase|String| 否| 买买买|null|量贩促销短语|
|
|
|
|
|
|
|
|
|
|
...
|
...
|
@@ -248,7 +251,7 @@ code为200即为成功且只会返回200,每次都会有响应结果。 |
|
|
|
|
|
## 3、批量删除套餐记录##
|
|
|
|
|
|
(method=app.product.bundle)
|
|
|
(method=delete.product.bundle)
|
|
|
请求方式:get
|
|
|
#### 请求参数
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
...
|
...
|
|