💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
**简要描述:** - 抽奖记录 **请求URL:** - ` /shopapi/lucky_draw/record` **请求方式:** - GET **参数:** |参数名 |必选 |类型 |说明 | | ------ | ------ | ------ |------ | |id|是 |int |活动id| **返回示例:** ``` { "code": 1, "show": 0, "msg": "", "data": { "lists": [ { "id": 13, "is_send": 1, "need_integral": 10, "name": "余额", "type": 3, "type_value": 3, "image": "http://www.likeshopb2cv3.localhost/xxx", "create_time": "2021-11-25 11:03:41", "title": "余额(3元余额红包)", "send_tips": "", "need_integral_tips": "-10积分" }, { "id": 12, "is_send": 1, "need_integral": 10, "name": "余额", "type": 3, "type_value": 3, "image": "http://www.likeshopb2cv3.localhost/xxx", "create_time": "2021-11-25 11:03:39", "title": "余额(3元余额红包)", "send_tips": "", "need_integral_tips": "-10积分" }, { "id": 11, "is_send": 0, "need_integral": 10, "name": "谢谢惠顾", "type": 0, "type_value": 0, "image": "http://www.likeshopb2cv3.localhost/xxx", "create_time": "2021-11-25 11:03:38", "title": "谢谢惠顾", "send_tips": "", "need_integral_tips": "-10积分" } ], "count": 10, "page_no": "1", "page_size": "3", "more": 1 } } ```