mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 01:58:14 +08:00
feat(work): 随官方更新更新成员接口模型
This commit is contained in:
@@ -1,15 +1,19 @@
|
||||
{
|
||||
{
|
||||
"userid": "zhangsan",
|
||||
"name": "李四",
|
||||
"department": [1],
|
||||
"order": [10],
|
||||
"department": [ 1 ],
|
||||
"order": [ 10 ],
|
||||
"position": "后台工程师",
|
||||
"mobile": "13800000000",
|
||||
"gender": "1",
|
||||
"email": "zhangsan@gzdev.com",
|
||||
"is_leader_in_dept": [1],
|
||||
"email": "zhangsan@qq.com",
|
||||
"biz_mail": "zhangsan@tencent.com",
|
||||
"biz_mail_alias": {
|
||||
"item": [ "jack@tencent.com", "hr@tencent.com" ]
|
||||
},
|
||||
"is_leader_in_dept": [ 1 ],
|
||||
"enable": 1,
|
||||
"direct_leader": ["lisi", "wangwu"],
|
||||
"direct_leader": [ "lisi", "wangwu" ],
|
||||
"avatar_mediaid": "2-G6nrLmr5EC3MNb_-zL1dDdzkd0p7cNliYu9V5w7o8K0",
|
||||
"telephone": "020-123456",
|
||||
"alias": "jackzhang",
|
||||
|
Reference in New Issue
Block a user