删除部门
DELETE
http://localhost:8080/reaction/{deptId}
接口描述
{deptId}为部门id
响应参数
参数名
类型
描述
必填
msg
string
示例:操作成功
必填
code
int
示例:0
必填
data
object
示例:null
必填