简要描述:
- 活动报名 -域名: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> 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": "未签到"
}
]
}