参数不对 { "opencheckindatatype": 2, "starttime": 1651334400, "endtime": 1653926400, "useridlist": ["zhangtingting"] }
拉取打卡数据报 userlist is over threshold调用 获取打卡数据api , 员工列表只传了50个 , 报了这个错误 请求地址:https://qyapi.weixin.qq.com/cgi-bin/checkin/getcheckindata?access_token=ACCESS_TOKEN [图片]
2022-05-27body参数不对 { "opencheckindatatype": 2, "starttime": 1651334400, "endtime": 1653926400, "useridlist": ["zhangtingting"] }
拉取打卡数据报 userlist is over threshold,但在网页调试却是好的?我在微信API网页调试工具上调用打卡数据,没问题 [图片] 但写Java程序调用,却报userlist is over threshold, hint: [1596184505_59_aab6dc08d82595382ee41879167f64f2], token都是一抹一眼的,userID也肯定存在,传的参数也都一模一样,但为什么返回不同的结果? 这是Java程序,token的截图没截全 [图片] 但返回的结果 Warning: wrong json format. userlist is over threshold, hint: [1596184505_59_aab6dc08d82595382ee41879167f64f2], from ip: 123.127.237.43, more info at https://open.work.weixin.qq.com/devtool/query?e=301023
2022-05-27有个filetype属性,如果支持在线打开就可以! wx.openDocument({ filePath: filePath, fileType: 'pdf', showMenu: true, 。。。
wx.savefile文件怎么打开用wx.downloadfile下载后返回wxfile://tmp_333586520o6zAJs__dEDJENy0iZKmCXCbhBNQ8dacf0adc95157361b79060fe8cd639c.php, 用wx.savefile保存到本地之后返回wxfile://store_333586520o6zAJs__dEDJENy0iZKmCXCbhBNQ8dacf0adc95157361b79060fe8cd639c.php 我直接用上述返回值通过wx.opendocument打开,但是报错fail filetype not supported 我想搞清楚下载后的文件要怎么查看,比如下载图片后保存到图库,下载xls文件之后怎么直接打开?
2021-02-26