简要描述:

  • 编辑技师显示信息

请求URL:

GET/plugin.appointment.frontend.worker.edit-show-info

参数:

参数名 是否必须 类型 说明
worker_id int 技师ID

返回示例:

正确时返回:

{
    "result": 1,
    "msg": "成功",
    "data": {
        "id": 10,
        "uniacid": 8,
        "member_u_id": 2591,
        "name": "姓名3",
        "store_id": 15,
        "project_ids": "3,4,5",
        "content": "",
        "thumb": "http://127.0.0.1:88/attachment/images/8/2019/12/tg0gx4ocO9cJH9IauxUo6GJ69oL99J.png",
        "score": "4.11",
        "comment_num": 9,
        "appointment_num": 7,
        "created_at": "2019-12-20 09:45:30",
        "deleted_at": null,
        "updated_at": "2020-01-03 14:54:29",
		"description": "",
        "member_nickname": "Lily"
    }
}

错误时返回:

  

返回参数说明:

参数名 类型 说明
id int 技师ID
name string 技师姓名
member_u_id int 技师Uid
member_nickname string 技师微信昵称
content string 技师描述
thumb string 缩略图
score float 技师评分
comment_num int 技师被评论数
appointment_num int 技师被预约总数
description string 技师简介
leader_nickname string 上级微信昵称
leader_uid int 技师上级微信Uid
leader_commission float 技师上级分润百分比

备注:

  • 更多返回错误代码请看首页的错误代码描述