响应参数
参数名
类型
描述
必填
activeDesc
string
活动描述
必填
activeLimit
int
组合最大添加商品数
必填
activeFreeLimit
int
组合免费商品数
必填
说明 / 示例
{
"code": "200",
"message": null,
"result": {
"createTime": "2020-01-16 16:11:53",
"createBy": null,
"delFlag": 0,
"updateTime": null,
"updateBy": null,
"id": 1,
"activeName": "个性化服务",
"activeDesc": "个性化服务",
"status": 1,
"activeLimit": 10,
"activeFreeLimit": 5
},
"success": true,
"timestamp": "2020-01-17 21:21:17"
}