自建应用 调用打卡接口 API接口无权限调用?
自建 应用 后 ,用自建应用的Secret和企业的id获取token 获取打卡数据记录, 返回 API接口无权限调用 调用接口获取打卡数据请求地址https://qyapi.weixin.qq.com/cgi-bin/checkin/getcheckindata返回状态status: HTTP/1.1 200 OK error-code: 48002 error-msg: api forbidden, hint: [], from ip: , more info at https://open.work.weixin.qq.com/devtool/query?e=48002 content-type: application/json; charset=UTF-8 content-length: 186 返回结果{ "errcode": 48002, "errmsg": "api forbidden, hint: [], from ip: , more info at https://open.work.weixin.qq.com/devtool/query?e=48002", "checkindata": [] }