AI写作智能体 自主规划任务,支持联网查询和网页读取,多模态高效创作各类分析报告、商业计划、营销方案、教学内容等。 广告
**简要描述:** - 中奖名单 **请求URL:** - ` /shopapi/lucky_draw/winningList` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |id|是 |int |活动id| **返回示例:** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 13, "user_id": 54, "create_time": "2021-11-25 11:03:41", "image": "http://www.likeshopb2cv3.localhost/xxx", "name": "余额", "type": 3, "type_value": 3, "title": "恭喜**3抽中了3元余额红包" }, { "id": 12, "user_id": 54, "create_time": "2021-11-25 11:03:39", "image": "http://www.likeshopb2cv3.localhost/xxx", "name": "余额", "type": 3, "type_value": 3, "title": "恭喜**3抽中了3元余额红包" } ], "count": 7, "page_no": 1, "page_size": "2", "more": 1 } } ```