mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 新增获取单个部门和子部门 ID 列表的相关接口
This commit is contained in:
@@ -1 +0,0 @@
|
||||
{}
|
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"department": {
|
||||
"id": 2,
|
||||
"name": "广州研发中心",
|
||||
"name_en": "RDGZ",
|
||||
"department_leader": [ "zhangsan", "lisi" ],
|
||||
"parentid": 1,
|
||||
"order": 10
|
||||
}
|
||||
}
|
@@ -1 +0,0 @@
|
||||
{}
|
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"department_id": [
|
||||
{
|
||||
"id": 2,
|
||||
"parentid": 1,
|
||||
"order": 10
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"parentid": 2,
|
||||
"order": 40
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user