文档
测试

获取大师信息

POST
master/master/getMasterInfo

接口描述

获取大师信息

响应参数

参数名
类型
描述
必填
uid
大师id
必填
describe
描述
必填
picture
证件照
必填
name
大师姓名
必填
years
int
从业年限
必填
score
string
评分
必填
be_good_at
string
擅长领域
必填
be_good_str
string
擅长介绍
必填
reply_average
string
平均回复时长/分钟
必填
info
text
大师介绍
必填
order_status
int
接单状态 1开启 0关闭
必填
live_status
int
直播状态 1正在开播 0未开播
必填
contract_time
int
合同签约时间 0 则是未签约 (时间戳)
必填
nickname
string
大师昵称
必填

说明 / 示例

``` { "status": 1, "data": { "uid": 9, "describe": "自身IOS研究专家", "picture": "https://zbtxzb.oss-cn-beijing.aliyuncs.com/Master/60efd90867362.jpg", "name": "赵小鹏", "years": 12, "score": "5.00", "be_good_at": "123", "be_good_str": "不会", "reply_average": 0, "info": "", "order_status": 0, "live_status": 1, "contract_time": 1634527611 }, "message": "success", "code": 0 } ```