简要描述:

请求域名:

  • http://xx.com

请求URL:

GET/plugin.event-registration.api.order.order.apply-msg

参数:

参数名 是否必须 类型 说明
order_ids int 订单id

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "ok",
    "data": {
        "id": 1,
        "uniacid": 1,
        "goods_id": 93629,
        "relation_name": "wwww",
        "mobile": "13751611472",
        "work_name": "aaaa",
        "work_url": "wwww",
        "teacher_name": "eeee",
        "teacher_mobile": "13751611479",
        "creator": 1,
        "group_name": "jjjj",
        "student_id": 1,
        "status": 0,
        "score": null,
        "level_name": null,
        "created_at": null,
        "updated_at": null,
        "goods": {
            "id": 93629,
            "title": "赛事活动1",
  
        }
    }
}

错误时返回:


返回参数说明:

参数名 类型 说明
id int 订单id
relation_name string 学员姓名
price string 实付金额
mobile string 电话号码
work_name string 作品名称
work_url string 作品地址
teacher_name string 指导老师名称
teacher_mobile string 指导老师电话
group_name string 组别名称
created_at string 报名时间
goods.title string 活动名称

备注:

  • 更多返回错误代码请看首页的错误代码描述