新增员工
POST
http://localhost:8002/staff/create
接口描述
新增员工接口
请求参数
参数名
类型
描述
必填
staffName
string
示例:一塔器桑
必填
cardNumber
string
示例:4102211995056545858
必填
phoneNumber
string
示例:19666666661
必填
sortNumber
int
示例:60
必填
userId
string
示例:yitaq1
必填
userPwd
string
示例:123
必填
deptId
int
示例:3(部门ID)
必填
shopId
int
示例:9
必填
响应参数
参数名
类型
描述
必填
code
number
示例:200
必填
msg
string
示例:操作成功
必填
data
object
示例:null
必填
other
object
示例:null
必填
code
int
示例:200
必填
msg
string
示例:操作成功
必填
data
object
示例:null
必填
other
object
示例:null
必填