mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
feat(work): 随官方更新 OA 汇报相关接口模型
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"info": {
|
||||
@@ -35,7 +35,33 @@
|
||||
"departments": [],
|
||||
"files": [],
|
||||
"children": [],
|
||||
"related_approval": []
|
||||
"related_approval": [],
|
||||
"students": [
|
||||
{
|
||||
"name": "Jackie"
|
||||
},
|
||||
{
|
||||
"name": "Tom"
|
||||
}
|
||||
],
|
||||
"classes": [
|
||||
{
|
||||
"name": "1班"
|
||||
},
|
||||
{
|
||||
"name": "2班"
|
||||
}
|
||||
],
|
||||
"docs": [
|
||||
{
|
||||
"docid": "xxx_j"
|
||||
}
|
||||
],
|
||||
"wedrive_files": [
|
||||
{
|
||||
"fileid": "xxxx"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user