接口频率限制 600次/分钟
| 错误码 | 说明 |
|---|---|
| 301062 | 没有假勤权限 |
| 301063 | 参数错误 |
| 301064 | 内部错误 |
{"userid":"ZhangSan","vacation_id":1,"leftduration":604800,"time_attr":1,"remarks":"PLACE_HOLDER"}curl --location -g --request POST '/cgi-bin/oa/vacation/setoneuserquota?access_token={{accesstoken}}' \
--header 'Content-Type: application/json' \
--data-raw '{"userid":"ZhangSan","vacation_id":1,"leftduration":604800,"time_attr":1,"remarks":"PLACE_HOLDER"}'{
"errcode": 0,
"errmsg": "ok"
}