员工创建
POST
/employee/create
请求参数
参数名
类型
描述
必填
name
string
员工名字
必填
role_id
string
角色ID
必填
mobile_phone
string
手机号码
必填
password
string
密码
必填
is_disable
bool
是否禁用
必填