使用本文档前,请确认您已经拥有集简云开发平台的账户权限,如果还没有,请访问:https://www.jijyun.cn/open.html
{
"corp_token": "string",
"timestamp": 0,
"app_id": 0,
"action_key": "string",
"account_id": 0,
"dynamic_key": "string",
"fields": {},
"company_identification": "string",
"sign": "string",
"app_version": "string"
}
curl --location --request POST 'https://developer.jijyun.cn/api/openapi/dynamic_fields' \
--header 'Content-Type: application/json' \
--data-raw '{
"corp_token": "string",
"timestamp": 0,
"app_id": 0,
"action_key": "string",
"account_id": 0,
"dynamic_key": "string",
"fields": {},
"company_identification": "string",
"sign": "string",
"app_version": "string"
}'
{
"data": [
{
"key": "widget17068605697010001_input",
"label": "请假年龄",
"type": "string",
"required": true
},
{
"key": "widget17072058687040001_input",
"label": "请假性别",
"type": "string",
"required": true
}
],
"msg": "成功",
"code": 0
}