企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
**简要描述:** - 中奖名单 **请求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 } } ```