文档
测试

修改员工

PUT
http://localhost:8002/staff/update

接口描述

修改员工

请求参数

参数名
类型
描述
必填
id
int
示例:14
必填
staffName
string
示例:以他起桑
必填
cardNumber
string
示例:00000
必填
phoneNumber
string
示例:00000
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:操作成功
必填
data
object
示例:null
必填
other
object
示例:null
必填

说明 / 示例

{ "code": 200, "msg": "操作成功", "data": null, "other": null }