简要描述:

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

请求URL:

GET/&route=plugin.activity-apply.api.index.getCount

####传输参数 例如 city_name = 广州 &&calssify_id = 1/is_hot = 1/ is_discount =1/is_recommand=1

####返回关注

参数名 是否必须 类型 说明
title string 活动名称
thumb string 活动图片
city_name string 城市
district_name string
address string 详细地址
start_time time 开始时间
end_time time 结束时间
cash time 金额

###成功返回参数

{
    "result": 1,
    "msg": "成功",
    "data": {
        "total": 1,
        "per_page": 10,
        "current_page": 1,
        "last_page": 1,
        "next_page_url": null,
        "prev_page_url": null,
        "from": 1,
        "to": 1,
        "data": [
            {
                "id": 2,
                "uniacid": 3,
                "calssify_id": 2,
                "lecturer_id": 24,
                "goods_id": 637,
                "form_id": 1,
                "title": "音影频道",
                "limit": 100,
                "cash": "100.00",
                "registration_time": 1566985080,
                "registration_end_time": 1567503480,
                "start_time": 1566380280,
                "end_time": 1567503480,
                "thumb": "http://test-1251768088.cosgz.myqcloud.com/images/3/2018/01/EZxXZl7L1EzmBnHC077a3xmmT06L7F.jpg",
                "banner": "images/3/2018/01/EZxXZl7L1EzmBnHC077a3xmmT06L7F.jpg",
                "content": "<p>汇创意产业园C2汇创意产业园C2汇创意产业园C2</p>",
                "province_id": 440000,
                "province_name": "广东省",
                "city_id": 440100,
                "city_name": "广州市",
                "district_id": 440111,
                "district_name": "白云区",
                "street_id": 440111008,
                "street_name": "0",
                "address": "汇创意产业园C2",
                "status": 0,
                "is_premium": 0,
                "is_open": 1,
                "is_recommand": 0,
                "is_hot": 1,
                "is_discount": 0,
                "created_at": "2019-09-03 17:40:32",
                "updated_at": "1970-01-01 08:00:00",
                "deleted_at": null,
                "status_name": "未签到"
            }
        ]
    }
}