简要描述:

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

请求URL:

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

传输参数 例如 city_name = 广州 keywords = '科技频道'

返回参数:

参数名 是否必须 类型 说明
title string 活动标题
cash int 金额
registration_time time 开始报名时间
registration_end_time time 报名结束时间
start_time time 活动开始时间
end_time time 活动结束时间
province_id sting 省ID
province_name sting
city_id int 市ID
city_name int
district_id int 县ID
district_name int
street_id int 街道ID
street_name int 街道
address int 详细地址
thumb sting 图片地址
is_hot tinyint 热门
is_discount tinyint 精选
is_recommand tinyint 推荐

####成功返回

{
    "result": 1,
    "msg": "成功",
    "data": [
        {
            "id": 135,
            "uniacid": 3,
            "calssify_id": 1,
            "lecturer_id": 24,
            "goods_id": 619,
            "form_id": 1,
            "title": "美食频道",
            "limit": 100,
            "cash": "10.00",
            "registration_time": 1566555360,
            "registration_end_time": 1567073760,
            "start_time": 1565950560,
            "end_time": 1567073760,
            "thumb": "images/3/2018/01/EZxXZl7L1EzmBnHC077a3xmmT06L7F.jpg",
            "banner": "images/3/2018/01/EZxXZl7L1EzmBnHC077a3xmmT06L7F.jpg",
            "content": "<p>&nbsp;&nbsp;&nbsp;&nbsp;11111112222222<br/></p>",
            "province_id": 460000,
            "province_name": "海南省",
            "city_id": 469033,
            "city_name": "乐东黎族自治县",
            "district_id": 659004519,
            "district_name": "乐东黎族自治县",
            "street_id": 654327698,
            "street_name": "0",
            "address": "111111",
            "is_premium": 1,
            "is_open": 1,
            "is_recommand": 1,
            "is_hot": 0,
            "is_discount": null,
            "created_at": "2019-09-02 14:45:50",
            "updated_at": "2019-09-02 14:45:50",
            "deleted_at": null,
            "status_name": "未签到"
        }
    ]
}