简要描述:

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

请求URL:

GET/&route=plugin.activity-apply.api.lecturer.getOrder

###传输参数 例如 member_id=24 status == 0(全部)/status=1(待支付)/status == 2(报名成功)

####返回报名参数

参数名 是否必须 类型 说明
id int 订单ID
order_sn string 订单唯一标识
price decimal 订单金额
goods_total string 报名人数
title string 活动名称
start_time time 活动开始时间
end_time time 活动结束时间
status_name time 待支付
pay_type_name time 未支付

####成功返回参数

{
    "result": 1,
    "msg": "成功",
    "data": [
        {
            "id": 1053,
            "uniacid": 3,
            "uid": 24,
            "order_sn": "SN20190903190300j9",
            "price": "1.00",
            "goods_price": "1.00",
            "goods_total": 1,
            "status": 0,
            "create_time": "2019-09-03 19:03:00",
            "is_deleted": 0,
            "is_member_deleted": 0,
            "finish_time": "1970-01-01 08:00:00",
            "pay_time": "1970-01-01 08:00:00",
            "send_time": "1970-01-01 08:00:00",
            "cancel_time": "1970-01-01 08:00:00",
            "created_at": 1567508580,
            "updated_at": 1567508580,
            "deleted_at": 0,
            "cancel_pay_time": "1970-01-01 08:00:00",
            "cancel_send_time": "1970-01-01 08:00:00",
            "dispatch_type_id": 0,
            "dispatch_price": "0.00",
            "discount_price": "0.00",
            "pay_type_id": 0,
            "order_goods_price": "1.00",
            "deduction_price": "0.00",
            "refund_id": 0,
            "is_plugin": 0,
            "change_price": "0.00",
            "change_dispatch_price": "0.00",
            "comment_status": 0,
            "order_pay_id": "",
            "is_virtual": 0,
            "plugin_id": 46,
            "mark": "",
            "is_pending": 0,
            "no_refund": 0,
            "note": null,
            "cost_amount": "1.00",
            "shop_name": "活动报名:",
            "need_address": 0,
            "auto_receipt": 0,
            "invoice_type": null,
            "rise_type": null,
            "collect_name": null,
            "company_number": null,
            "invoice": null,
            "fee_amount": "0.00",
            "title": "音影频道",
            "start_time": 1566380280,
            "end_time": "2019-09-03 17:38:00",
            "status_name": "待付款",
            "pay_type_name": "未支付",
            "process": []
        }
    ]
}