是呀。 这里不知道怎么添不能给个完整实便。 各控件可以测试的数据。 大家好理。 'content' => '{"errcode":40058,"errmsg":"invalid Request Parameter:day_items duration invaild, duration:28800"}', 不知道啥意思。 愁人呀。 { "creator_userid": "ChenXingJun", "template_id": "3WMViPu5dErnMTkNoc12PnAx7vULY5Md9rTRM2VX", "use_template_approver": 1, "notify_type": 1, "apply_data": { "contents": [ { "control": "Vacation", "id": "vacation-1563793073898", "title": [ { "text": "请假类型", "lang": "zh_CN" }, { "text": "Leave Type", "lang": "en" } ], "value": { "tips": [], "members": [], "departments": [], "files": [], "children": [], "stat_field": [], "vacation": { "selector": { "type": "single", "options": [ { "key": "1", "value": [ { "text": "年假", "lang": "zh_CN" } ] } ] }, "attendance": { "date_range": { "type": "halfday", "new_begin": 1731772800, "new_end": 1731816000, "new_duration": 86400 }, "type": 1, "slice_info": { "day_items": [ { "daytime": 1731772800, "time_sections": [], "duration": 28800 } ], "duration": 28800 } } }, "sum_field": [], "related_approval": [], "students": [], "classes": [] } }, { "control": "Textarea", "id": "item-1497581399901", "title": [ { "text": "请假事由", "lang": "zh_CN" }, { "text": "Leave Reason", "lang": "en" } ], "value": { "text": "你猜猜看EAGLE", "tips": [], "members": [], "departments": [], "files": [], "children": [], "stat_field": [], "sum_field": [], "related_approval": [], "students": [], "classes": [] } }, { "control": "File", "id": "item-1497581426169", "title": [ { "text": "说明附件", "lang": "zh_CN" }, { "text": "Attachment", "lang": "en" } ], "value": { "tips": [], "members": [], "departments": [], "files": [], "children": [], "stat_field": [], "sum_field": [], "related_approval": [], "students": [], "classes": [] } } ] }, "summary_list": [ { "summary_info": [ { "text": "请假类型:年假", "lang": "zh_CN" } ] }, { "summary_info": [ { "text": "开始时间:2024/11/17 上午", "lang": "zh_CN" } ] }, { "summary_info": [ { "text": "结束时间:2024/11/17 下午", "lang": "zh_CN" } ] } ] }
企业微信获取审批数据详情,请假类型,new_begin和new_end返回的数据一致接口:获取审批申请详情接口地址:https://qyapi.weixin.qq.com/cgi-bin/oa/getapprovaldetail?access_token=ACCESS_TOKEN 返回数据: "attendance": { "date_range": { "type": "halfday", "new_begin": 1632456000, "new_end": 1632456000, "new_duration": 43200 }, "type": 1, "slice_info": { "day_items": [ { "daytime": 1632412800, "time_sections": [], "duration": 16200 } ], "state": 1, "duration": 16200 } } 其中new_begin和new_end返回相等 还有一个问题,关于这块的解释非常不清楚,怎么定义出来开始时间结束时间的,具体怎么计算的?详细的说明是不是应该在文档体现一下
11-17javascript 输入对象alert中。 data是要输出的数据, 放到alert中弹出来。 这样是字符串的。 alert( JSON.stringify(data)); 用这个方法我没用明白: 重写console.log方法, 可能是我的代码vuejs中的方法调用不行。 纯js中可以。 <div id="log"></div> (function () { var old = console.log; var logger = document.getElementById('log'); console.log = function (message) { if (typeof message == 'object') { logger.innerHTML += (JSON && JSON.stringify ? JSON.stringify(message) : message) + ' '; } else { logger.innerHTML += message + ' '; } } })();
小程序真机调试console.log怎么打印不出数据?在微信开发者工具上面打印有数据 [图片] 但是在真机调试什么都打印不出来 [图片] 小程序体验版就又可以打印,不知道什么原因,求大神讲解
03-19我试了好像是, 在有效期内, 去获到的话, 就是在续命。 时间会变成新7200s, token值不变。 不知道什么样的一个机制可以确定过期了。 怎么检测判断过期了。 去重新获取, 并缓存。
企业微信API access_token 过期时间问题企业微信API access_token 过期时间,在 token 未过期时,调用 https://qyapi.weixin.qq.com/cgi-bin/gettoken 接口,会更新过期时间,token保持原样?
2022-06-16解决了吗?
"errMsg": "chooseImage:permission denied"?调用 微信公众号 选择手机照片的接口 显示这个
2021-12-15我的也是这个问题, 我的是苹果系统, 以前是好的。 最近发现不行了。 但是共它平台, ios手机端都没有事。 [图片] 相同的代码。 手机上行, macos系统的企业微信就不行。 怪了。 conf配制true调试打开。 参数都对的。 代码放到 wx.ready 中也不行。 一刷新页值行都不行。 。 wx.ready(function() { //TODO: 执行和jsapi相关的初始化操作 wx.chooseImage({ count: 1, // 默认9 sizeType: ['compressed'], // 可以指定是原图还是压缩图,默认二者都有 sourceType: ['album'], // 可以指定来源是相册还是相机,默认二者都有 // 可以指定来源是相册还是相机,默认二者都有'album', success: function(res) { var localIds = res.localIds; // 返回选定照片的本地ID列表,localId可以作为img标签的src属性显示图片 // alert(localIds); //uploadToWeixin(that, localIds); if (window.__wxjs_is_wkwebview) { get64pic(localIds); }else{ // 返回选定照片的本地文件路径列表,tempFilePath可以作为img标签的src属性显示图片 var htmlE = '<li class="weui-uploader__file"'; htmlE += 'style="background-image:url('; htmlE += localIds+')" data-img="'+localIds+'"><img src="'+localIds+'" width="79" height="79"/></li>'; $("#uploaderFiles").append(htmlE); } syncUpload(localIds); }, fail:function(res){ console.log(res); alert(res.errMsg); } }) }); 还有谁把这个问题解决了的。 [图片] 相同的代码手机上是正常的ios系统中 [图片] 好奇怪。 代码图片, 大家帮看一下没毛病呢。 [图片]
遇到了一个怪问题,chooseImage permission denied- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 同一个页面,在手机端(安卓和IOS)和开发者工具里,都可以正常调用这个权限,但是在微信的windows客户端里提示permission denied 这是开发者工具的信息 [图片] [图片] 正常,手机里打开也是正常的, 打开了调试模式,config的提示也是OK。电脑客户端也提示config:ok [图片] 但是客户端调用图片时提示无权限 [图片] 确定不是客户端版本问题,因为电脑客户端打开另一个页面调用 这个接口就能正常使用。 有人遇到过伐
2021-12-15//图片预览 $("#Tolist").on("click",".img_prev",function(){ var hosts = window.location.host; var url ="http://"+hosts+$(this).attr("src"); var arr = Array(); $(".img_prev").each(function(index){ var temp = "http://"+hosts+$(this).attr("src"); //alert(index); arr.push(temp); }); //pc端查看图片 //var _this = $(this); // imgShow("#outerdiv", "#innerdiv", "#bigimg", url); console.log(url); console.log(arr); //移动端查看图片 wx.previewImage({ current:encodeURI(url), // 当前显示图片的http链接 urls: arr // 需要预览的图片http链接列表 }); }); 手机端正常。pc端, macos 都不行。
为何PC端微信小程序使用wx.previewImage打开图片提示图片下载失败?[图片] 图片路径为https [图片] [图片]
2021-06-22有没有解决呀。 我的也是pc端不行的。 手机端可以的 //图片预览 $("#Tolist").on("click",".img_prev",function(){ var hosts = window.location.host; var url ="http://"+hosts+$(this).attr("src"); var arr = Array(); $(".img_prev").each(function(index){ var temp = "http://"+hosts+$(this).attr("src"); //alert(index); arr.push(temp); }); //移动端查看图片 wx.previewImage({ current:encodeURI(url), // 当前显示图片的http链接 urls: arr // 需要预览的图片http链接列表 }); });
wx.previewImage在PC端不显示[图片][图片][图片]
2021-06-22https://developers.weixin.qq.com/community/develop/doc/00024ce645c190c17e589cfd65b400?jumpto=reply&parent_commentid=000c4e3f65c618827658184bd51c&commentid=000882e3798438c92b8a74e9a560 参考这个
wx.previewimage企业微信里预览图片没问题,微信里不行- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 图片我拼接成了网络地址, 在企业微信里面正常, 在微信里面不行。 微信里面黑屏, 也无法退出 , 只能结束 程序, 重新打开微信才能用微信。 iPhone6SP 微信7.0.3 [图片]
2020-07-12http://www.iooe.cn/index.php/2019/05/08/在企业微信与微信中调用wx-previewimage-方法时遇到的问题/ 主要是图片地址问题, 有问提代码: 有问题代码: $(function() { FastClick.attach(document.body); //图片预览 $(".img_prev").click(function(){ var hosts = window.location.host; var url ="http://"+hosts+$(this).attr("src"); var arr = Array(); var urls =$("#img_prev").children("img").each(function(index){ var temp = "http://"+hosts+$(this).attr("src"); arr.push(temp); }); wx.previewImage({ current:encodeURI(url), // 当前显示图片的http链接 urls: arr // 需要预览的图片http链接列表 }); }); }); </script> 总结: 1. 企业微信中 urls, 数组中可以不传, 或传不正确的都不影响current中的正确的地址 2. 微信中不可以, 必须正确传递urls数据。 数据格式: var arr = [‘http://xxx/1.jpg’,’http://xxx/2.png’] 正确调用代码: wx.ready(function() { FastClick.attach(document.body); //图片预览 $(".img_prev").click(function(){ var hosts = window.location.host; var url ="http://"+hosts+$(this).attr("src"); var arr = Array(); //问题出在这里, 这个查找图片的代码不正确。微信里又必须有, 所以出错了。 $(".img_prev").each(function(index){ var temp = "http://"+hosts+$(this).attr("src"); //alert(index); arr.push(temp); }); wx.previewImage({ current:encodeURI(url), // 当前显示图片的http链接 urls: arr // 需要预览的图片http链接列表 }); }); });
wx.previewImage预览图片有时候出现黑屏- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo 请在小程序【分类】服务页面上架正式内容或商品后重新提交审核 [代码]小程序使用wx.previewImage预览图片时,有时候会出现 黑屏的情况,但是再试几次预览的话就有时会出现黑屏的情况,有没有大神可以解决我的问题[代码][代码](大哭)[代码] [代码]图片使用的是网络地址,为jpg格式的,可是就是有时候会出现这种情况,但有时又没有(求解啊)[代码] [图片]
2020-07-12