简要描述:
请求URL:
GET/&route=plugin.activity-apply.api.lecturer.getRelevance
####传输的参数 列如 member_id = 24
会员返回参数:
参数名 |
是否必须 |
类型 |
说明 |
member_id |
否 |
string |
会员id |
real_name |
否 |
string |
会员名称 |
mobile |
否 |
int |
15989171473 |
课程商品总数
参数名 |
是否必须 |
类型 |
说明 |
count |
否 |
string |
课程商品总数 |
###活动
参数名 |
是否必须 |
类型 |
说明 |
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 |
推荐 |
参数名 |
是否必须 |
类型 |
说明 |
id |
否 |
string |
讲师id |
member_id |
否 |
string |
会员id |
real_name |
否 |
string |
讲师名称 |
mobile |
否 |
int |
手机 |
introduce |
否 |
int |
讲师介绍 |
返回示例:
{
"result": 1,
"msg": "成功",
"data": {
"list": {
"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": "未签到"
}
]
},
"lecturer": {
"id": 1,
"uniacid": 3,
"member_id": 24,
"real_name": "碳酸果汁",
"mobile": "13048024576",
"introduce": "<p>代发费萨嘎嘎嘎嘎嘎嘎哇嘎发给我过去我哇嘎刚刚艾尔个安徽 </p>",
"created_at": "2019-09-18 09:53:08",
"updated_at": "2019-09-18 09:53:08",
"deleted_at": null,
"has_one_member": {
"uid": 24,
"realname": "123",
"avatar_image": "http://test-1251768088.cosgz.myqcloud.com/images/3/2018/01/u1TuWe8TE9G8ubSxBecU38E9WP8pbG.jpg",
"username": null
}
}
}
}