💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## :-: **比赛记录** ~~~[api] post:/index/Index/game *varchar:token=100069&950b09e3299fe283065b2d1255516e53#登录密钥 *tinyint:type=1#1=排位赛;2=正式赛 string:tripId=1#赛事场次号 int:siteId=1#门店的主键id <<< type=1 { "code": 1, "msg": "获取成功", "data": [ { "id": 4, "lapTime": "10", "driverId": 1, "lapNO": 3, "licence": { "id": 1, "profilePicture": "111", "driverName": "刘九岁" } }, { "id": 7, "lapTime": "15", "driverId": 2, "lapNO": 2, "licence": { "id": 2, "profilePicture": "/uploads/cf/d7050c61ee9ec4b1ea0f91c7f8c953.jpg", "driverName": "超级小杰" } } ] } <<< type=2 { "code": 1, "msg": "获取成功", "data": [ { "id": 4, "tripTime": "45", "driverId": 1, "lapNO": 3, "licence": { "id": 1, "profilePicture": "111", "driverName": "刘九岁" } }, { "id": 8, "tripTime": "55", "driverId": 2, "lapNO": 3, "licence": { "id": 2, "profilePicture": "/uploads/cf/d7050c61ee9ec4b1ea0f91c7f8c953.jpg", "driverName": "超级小杰" } } ] } ~~~ ### 返回字段说明 | 字段 | 说明 | | --- | --- | | lapTime| 当圈所用时间 | | driverId| 车手id| | lapNO| 最优圈(type=2时等于总圈数)| | licence| 车手信息| | driverName| 车手名 | | profilePicture | 车手头像 | | driverLevel | 等级id(1=初级 2=中级 3=高级 |