mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 09:54:44 +08:00
feat(work): 随官方更新人事助手获取员工字段配置接口模型
This commit is contained in:
@@ -10,13 +10,32 @@
|
||||
"fieldid": 11001,
|
||||
"field_name": "姓名",
|
||||
"field_type": 1,
|
||||
"value_type": 1,
|
||||
"is_must": true
|
||||
},
|
||||
{
|
||||
"fieldid": 11002,
|
||||
"field_name": "别名",
|
||||
"field_type": 1,
|
||||
"value_type": 1,
|
||||
"is_must": false
|
||||
},
|
||||
{
|
||||
"fieldid": 12010,
|
||||
"field_name": "职位",
|
||||
"field_type": 2,
|
||||
"value_type": 3,
|
||||
"is_must": false,
|
||||
"option_list": [
|
||||
{
|
||||
"id": 1,
|
||||
"value": "总经理"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"value": "秘书"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -28,6 +47,7 @@
|
||||
"fieldid": 12024,
|
||||
"field_name": "工号",
|
||||
"field_type": 1,
|
||||
"value_type": 1,
|
||||
"is_must": true
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user