接口地址
http://47.96.254.180:8000/api/dept/moveDept.html
请求参数
名称 | 必选 | 类型 | 说明 |
---|---|---|---|
ssid | true | string | 企业ID,什么是企业ID |
uid | true | string | 用户ID |
app_id | true | string | 接入商ID,什么是接入商ID |
authen | true | string | 认证码 ,如何生成认证码 |
dept_id | true | int | 部门id |
target_parentdept_id | false | int | 上级部门id 不传时表示部门迁移到根节点 |
调用样例及调试工具
测试地址返回结果(成功)
{"status":1,"data":null,"err_code":0,"err_msg":""}