接口频率限制 600次/分钟
| 错误码 | 说明 |
|---|---|
| 301062 | 没有假勤权限 |
| 301063 | 参数错误 |
| 301064 | 内部错误 |
curl --location -g --request GET 'http://127.0.0.1/cgi-bin/oa/vacation/getcorpconf?access_token={{accesstoken}}'{
"errcode": 0,
"lists": [
{
"perday_duration": 0,
"time_attr": 0,
"duration_type": 0,
"name": "string",
"id": 0,
"quota_attr": {
"autoreset_duration": 0,
"autoreset_time": 0,
"type": 0
}
}
],
"errmsg": "string"
}