新增
POST
http://127.0.0.1:9998/commandAction/add
请求参数
参数名
类型
描述
必填
commandname
string
示例:调度人
必填
orgname
string
示例:部门
必填
position
string
示例:职位
必填
scopedepartment
string
示例:部门调度范围
必填
scopedepartmentid
string
示例:部门调度范围id
必填
scopepeople
string
示例:人员调度范围
必填
scopepeopleid
string
示例:人员调度范围id
必填
showscope
string
示例:人员部门名称
必填
scopetype
int
调度范围(scopetype,0默认调度人 1指定范围)
必填
powerid
int
示例:4
必填
响应参数
参数名
类型
描述
必填
result
boolean
示例:false
必填
message
string
示例:调度人姓名重复
必填