ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
>[info] 查询是否启用智能统计报表 调用本接口,判断企业是否开启了考勤智能报表。 调用本接口,可判断企业是否已开启考勤智能报表,如果企业未启用智能报表,无法调用统计报表其他的接口。 **官方文档地址:** [链接](https://open.dingtalk.com/document/orgapp-server/determine-whether-to-enable-attendance-intelligent-report) ***** * 代码: ~~~ $res = Statistic::isOpenSmartReport(); echo $res; ~~~ * 返回: ``` { "errcode": 0, "result": { "smart_report": true }, "request_id": "15sh0r9e3vks0" } ```