文档
测试

活动查询

GET
/active/detail/info

接口描述

活动查询

响应参数

参数名
类型
描述
必填
code
int
状态值
必填
message
string
提示内容
必填
data
map
返回数据
必填
id
long
活动ID
必填
activeName
string
活动名
必填
activeDesc
string
活动描述
必填
status
int
活动状态
必填
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" }