URL |
pp.member.get_teacher_information |
请求方式 |
POST |
请求参数
参数名 |
类型 |
必填 |
说明 |
token |
[string] |
是 |
无 |
teacher_id |
[string] |
是 |
老师id |
返回结果参数说明
参数名 |
类型 |
必含 |
说明 |
status |
[int] |
是 |
返回数据状态 1:成功,0:失败 |
msg |
[string] |
是 |
返回提示信息 |
data |
[json] |
是 |
结果对象包括下述字段: |
{
"avater" : "http:\/\/tcp.xs815.com\/static\/images\/app_default_head.png",//头像
"bookList" : [//预约列表
{
"id" : "42",
"book" : "撒范德萨的发"
}
],
"position" : "",
"head" : "",
"eduList" : [//教育信息
{
"id" : "43",
"description" : "",
"school" : "电风扇",
"edu" : "鼎折覆餗"
}
],
"realname" : "aa",
"workList" : [//工作经历
],
"intro" : "",//介绍
"tagList" : [//标签列表
{
"support_count" : "1",
"id" : "69",
"tag" : "互联网"
}
],
"teacher_fen" : 0,//获得评分
"teacher_sso_id" : "7305"//教师id
}
网友评论