文档
测试

阿姨详情

POST
/api/aunt/info

请求参数

参数名
类型
描述
必填
version_no
str
版本号
必填
equipment_type
str
设备类型
必填
key
str
可选
version_province
str
手机定位省份
可选
version_city
str
手机定位城市
可选
ids
int
劳动者主键id
必填

响应参数

参数名
类型
描述
必填
code
int
状态 0=失败,1=成功
必填
is_login
int
登录情况 0=未登录,1=已登录
必填
msg
str
操作备注/成功/失败提示
必填
url
str
需要跳转地址
必填
data
arr
附加内容数组
必填
info
arr
对应劳动者详情
必填
avatar
str
头像地址(劳动者)
必填
name
str
xx阿姨 / xx师傅
必填
c_name
str
服务分类名称(例:金牌月嫂)
必填
place
str
户籍城市
必填
age
str
年龄
必填
education
str
学历
必填
label
arr
对应标签数组
必填
header
arr
对应头部[背景调查][体检结果][从业时间][服务客户][服务评价]内容
必填
name
str
名称[例:背景调查]
必填
value
str
对应描述/值
必填
teacher_evaluate
int
是否显示老师评价(1=显示 0=不显示)
必填
teacher_evaluate_text
str
老师评价内容
必填
worker_evaluate
int
是否显示劳动者自我评价 (1=显示 0=不显示)
必填
worker_evaluate_text
str
劳动者自我评价内容
必填
certificate_type
int
是否显示劳动者证件(1=显示,0=不显示)
必填
certificate_arr
arr
证件列表数组
必填
curriculum_type
int
是否显示培训经理(1=显示 0=不显示)
必填
curriculum_arr
arr
培训列表数组
必填
information_type
int
是否显示其他(1=显示 0=不显示)
必填
information_arr
arr
其他 列表数组
必填
title
str
左侧标题
必填
content
str
右侧内容
必填
worker_img
arr
对应劳动者照片集合
必填
evaluate
arr
对应评价列表(最多调用10条)
必填
ow_evaluate_star
int
评价星级(0-5)
必填
ow_evaluate_label
arr
评价标签数组
必填
ow_evaluate_content
str
评价内容
必填
ow_evaluate_time
str
评价时间
必填
or_uname
str
评价人
必填
or_user_matron
str
评价服务分类
必填
is_collect
int
是否已收藏(1=已收藏 0=未收藏)(对应判断坐下按钮是“收藏”还是“取消收藏”)
必填

说明 / 示例

返回示例: 报错示例: {"code":0,"is_login":1,"msg":"请先登录","url":"","data":null} 成功示例: {"code":1,"is_login":1,"msg":"请求成功","url":"","data":{"info":{"avatar":"http://www.fuuhome.com/assets/ms/img/business_index_user.png","name":"李阿姨","c_name":"金牌月嫂","place":"吉林","age":43,"education":"研究生","label":["做饭好吃","会做月子餐","会照顾老人"]},"header":[{"name":"背景调查","value":"合格"},{"name":"体检结果","value":"合格"},{"name":"从业时间","value":23},{"name":"服务客户","value":"3位"},{"name":"服务评价","value":"1条"}],"teacher_evaluate":0,"teacher_evaluate_text":"","worker_evaluate":0,"worker_evaluate_text":"","certificate_type":1,"certificate_arr":["护照"],"curriculum_type":1,"curriculum_arr":["课程1"],"information_type":1,"information_arr":[{"title":"学历","content":"研究生"},{"title":"属相","content":"马"},{"title":"民族","content":"汉族"},{"title":"星座","content":"处女座"},{"title":"普通话标准","content":"优秀"},{"title":"居住地","content":"吉林"},{"title":"身高","content":"150"},{"title":"体重","content":"75"},{"title":"宗教信仰","content":"无"}],"worker_img":["https://img.fuuhome.com/cAYRoVIR2021112916535557209","https://img.fuuhome.com/vZgmNXFl2021112916535752883","https://img.fuuhome.com/KSDJBaqJ2021112916540353181","https://img.fuuhome.com/VIYEqnyF2021112916540456483","http://img.lingpai8.com/8RepjX2N2021111916285614275200","http://img.lingpai8.com/guCBFjMI20211119155754392115033","http://img.lingpai8.com/JhIotcCj20211119152543342773684","http://img.lingpai8.com/pKiJ3mEk20211119143915286106870","http://img.lingpai8.com/8RepjX2N2021111916285614275200","http://img.lingpai8.com/guCBFjMI20211119155754392115033","http://img.lingpai8.com/JhIotcCj20211119152543342773684","http://img.lingpai8.com/pKiJ3mEk20211119143915286106870","http://img.lingpai8.com/KiiEWRs72021111914083210154898"],"evaluate":[{"ow_evaluate_star":5,"ow_evaluate_label":["做饭好吃","会做月子餐","会照顾老人"],"ow_evaluate_content":"这是评价内容","ow_evaluate_time":"2021-11-27 11:27","or_uname":"jac****jack","or_user_matron":"一星月嫂"}],"is_collect":1}}