文档
测试

报名记录

POST
http://jourly.com/mobile/api/Event/signList

请求头

参数名
类型
描述
必填
Authorization
RlVPSk5ReExVWUFjY1otaFhPUkRhVFRkbUxMQWhDOUtjSVE0bUs3VVFSdzdTWUFkd1lQZGtUUmZlWk5uMQ%3D%3D
必填

请求参数

参数名
类型
描述
必填
event_id
赛事id
必填

响应参数

参数名
类型
描述
必填
id
报名id
必填
order_no
订单号
必填
schedule_title
日程
必填
session_title
组别
必填
pay_amount
付款金额
必填
user_forms
list
报名信息
必填
create_date
报名时间
必填

说明 / 示例

{ "status": 0, "msg": "操作成功", "datas": [ { "id": "5", "order_no": "ES2025042615294124386082972", "event_id": "1023", "schedule_id": "1024", "session_id": "1024", "event_title": "2025江阴马拉松", "schedule_title": "5月1日上午", "session_title": "精英组", "total_amount": "120.00", "pay_amount": "120.00", "user_id": "oYsb36z55eA2gCFcV1_waJGUXOBs", "user_forms": [ { "id": "1", "title": "姓名", "type": "1", "value": "李龙" }, { "id": "2", "title": "证件类型", "type": "3", "value": "身份证" }, { "id": "3", "title": "有效证件号", "type": "1", "value": "320382199205122535" }, { "id": "4", "title": "参赛服尺码", "type": "3", "value": "90" }, { "id": "4", "title": "参赛服尺码", "type": "3", "value": "90" }, { "id": "5", "title": "手机号", "type": "2", "value": "18795871328" }, { "id": "6", "title": "家长姓名", "type": "1", "value": "李小龙" }, { "id": "7", "title": "家长电话", "type": "1", "value": "18795871328" } ], "status": "1", "channel_id": "1028", "channel_title": "最江阴", "from": "1", "create_by_uuid": null, "create_by_name": null, "create_date": "2025-04-26 15:29:41" }, { "id": "2", "order_no": "ES2025042613551095123468393", "event_id": "1023", "schedule_id": "1024", "session_id": "1024", "event_title": "2025江阴马拉松", "schedule_title": "5月1日上午", "session_title": "精英组", "total_amount": "120.00", "pay_amount": "120.00", "user_id": null, "user_forms": [ { "id": "1", "title": "姓名", "type": "1", "value": "李龙" }, { "id": "2", "title": "证件类型", "type": "3", "value": "身份证" }, { "id": "3", "title": "有效证件号", "type": "1", "value": "320382199205122535" }, { "id": "4", "title": "参赛服尺码", "type": "3", "value": "90" }, { "id": "4", "title": "参赛服尺码", "type": "3", "value": "90" }, { "id": "5", "title": "手机号", "type": "2", "value": "18795871328" }, { "id": "6", "title": "家长姓名", "type": "1", "value": "李小龙" }, { "id": "7", "title": "家长电话", "type": "1", "value": "18795871328" } ], "status": "2", "channel_id": "1028", "channel_title": "最江阴", "from": "2", "create_by_uuid": "628133f1525c618", "create_by_name": "超级管理员", "create_date": "2025-04-26 13:55:11" } ] }