删除员工
DELETE
http://localhost:8002/staff/delete?shopId=9&staffId=12
接口描述
删除员工
请求参数
参数名
类型
描述
必填
shopId
int
示例:9
必填
staffId
int
示例:12
必填
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:操作成功
必填
data
object
示例:null
必填
other
object
示例:null
必填