员工管理列表

接口地址:/employee/mnglist

请求方式 get

参数:

  • shop_id: 门店id (可选)

返回格式:

{
    "code": 1,
    "data": {
        "employees":[
            {
                "eid": 120,
                "name": "丁冰",
                "role": "总部会员运营、总部课程运营"
            },
            {
                "eid": 2,
                "name": "高长钱",
                "role": "总部财务、总部课程运营"
            }
        ]
    },
    "msg": "success"
}

Last updated

Was this helpful?