简要描述:

  • 活动报名 -域名:www.we7.com.cn

请求URL:

GET/&route=plugin.activity-apply.api.order.getMyEnrol

###传输参数 例如 order_id= 1051

####返回报名参数

参数名 是否必须 类型 说明
cash decimal 订单金额
number string 报名人数
title string 活动名称
start_time time 活动开始时间
end_time time 活动结束时间
member_name string 报名人
mobile string 手机号码
email string 邮箱
company string 公司地址
thumb string 活动图片

###成功返回参数

{
    "result": 1,
    "msg": "成功",
    "data": {
        "id": 2,
        "uniacid": 3,
        "goods_id": null,
        "order_id": 1051,
        "activity_id": 2,
        "calssify_id": 1,
        "lecturer_id": 24,
        "member_id": 24,
        "order_sn": "SN20190903175103l3",
        "moblie": "13048024576",
        "number": "1",
        "cash": "1.00",
        "member_name": "碳酸",
        "emali": "75198447@qq.com",
        "company": "芸众",
        "thumb": "",
        "status": null,
        "created_at": "2019-09-03 17:51:04",
        "updated_at": "2019-09-03 17:51:04",
        "deleted_at": null,
        "has_one_activity": {
            "id": 2,
            "title": "音影频道",
            "thumb": "http://test-1251768088.cosgz.myqcloud.com/images/3/2018/01/EZxXZl7L1EzmBnHC077a3xmmT06L7F.jpg",
            "start_time": 1566380280,
            "end_time": 1567503480,
            "status_name": "未签到"
        }
    }
}