美文网首页
pp.member.get_teacher_informatio

pp.member.get_teacher_informatio

作者: 小二郎_Ejun | 来源:发表于2020-04-02 18:57 被阅读0次
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
}

相关文章

网友评论

      本文标题:pp.member.get_teacher_informatio

      本文链接:https://www.haomeiwen.com/subject/hlkfphtx.html