有可能是在维护吧
小程序 物流助手 入驻快递 为何没有 京东物流?小程序 物流助手 入驻快递 为何没有 京东物流? 前段时间还有呢
2020-04-10有遇到过,图片裁剪后变大了,调用云函数时data太大。iPhone 6sp ,放弃了图片裁剪
IOS手机图片安全检测imgSecChe,报Error: errCode: -1 错误?真机调试报这个错误,提示max size,我上传的图片很小的。Android手机没问题,现在发现iPhone6有问题。 APPID:wxa0c17091265340da Error: errCode: -1 | errMsg: cloud.callFunction:fail Error: data exceed max size (callId: 1586489164793-0.5581622445325081) (trace: 11:26:4 start->11:26:11 system error (Error: data exceed max size), retry->11:26:17 system error (Error: data exceed max size), retry->11:26:21 system error (Error: data exceed max size), abort); at cloud.callFunction api; at new u (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:233907) at d (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:234414) at f (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:234509) at eval (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:399226) at t (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:65617) at eval (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:65739) at e (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:68192) at e.exports (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:27005) at y. (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:32408) at Number.r (eval at n.call.document (runtime.js?devtools_ignore=true:1), :2:32107) [图片] 刚才有开始报404012错误了 [图片] [图片] 云函数的写法,请求的写法 const cloud = require('wx-server-sdk') cloud.init() // 云函数入口函数 exports.main = async(event, context) => { const { value } = event; try { const res = await cloud.openapi.security.imgSecCheck({ media: { header: { 'Content-Type': 'application/octet-stream' }, contentType: 'image/png', value: Buffer.from(value) } }) return res; } catch (err) { return err; } } 请求 //检查图片 imgcheck: function () { var that = this; wx.compressImage({ src: this.data.imgbg, // 图片路径 quality: 10, // 压缩质量 success(res) { console.log('图片' + res.tempFilePath) wx.getFileInfo({ filePath: res.tempFilePath, success(resinfo) { console.log('图片压缩后的尺寸' + resinfo.size) if (resinfo.size < 600 * 1024) { wx.getFileSystemManager().readFile({ filePath: res.tempFilePath, success: buffer => { console.log('getImageInfo' + JSON.stringify(buffer)) console.log('getImageInfo' + buffer) console.log('getImageInfo' + buffer.data) wx.cloud.callFunction({ name: 'imgcheck', data: { value: buffer.data }, success: res => { console.log('图片检测成功') console.log(JSON.stringify(res)) console.log(res.result.errCode) if (res.result.errCode == '87014') { wx.hideLoading() wx.showModal({ title: '提醒', content: '此图片暂不可用', showCancel: false }) } else { that.updateimg(); console.log('图片正常') } }, fail: err => { console.log(err) }, complete: () => { } }) }, fail: err => { console.log(err) } }) } else { wx.hideLoading() wx.showModal({ content: '图片过大,请选小点的(๑❛ᴗ❛๑)', showCancel: false }) } } }) }, }) },
2020-04-10报40048 无效的url ,检查你配置的安全域名
同时使用微信分享的 wx.config和腾讯位置服务前端定位组件的时候,有问题同时使用new qq.maps.Geolocation和微信分享的 wx.config的时候,微信分享的 wx.confi配置会报错开发者网址https://www.toto.com.cn/php/cp_test/2020live/application.html [图片] 打勾的是应该的样子,打叉的是目前2个合用造成的问题。 [图片]
2020-04-09可以呀,在配送中时还可以获取配送员的位置
物流助手发送的服务通知详情页是否可以通过小程序跳转?我通过即时配送对接成功了闪送服务。当状态更新的时候,用户会收到物流助手推送的服务通知,点击详情页可以进去查看物流状态和轨迹。所以,针对这个点击详情进去以后的页面,是否有办法,可以让我通过自己的小程序,用户在小程序的订单列表点击某一个按钮就进去详情页查看上面描述的物流状态和轨迹?
2020-04-09https://github.com/Wechat-Group/WxJava 可以参考这个
使用JAVA开发后端HttpApi如何传参?数据库有数据,但一直提示数据格式错误,请大神指点。如图![图片][图片][图片][图片]
2020-04-08不懂啊
这个咋整啊,…?不懂啊
2020-04-01嗯,只能通过键盘滑动光标
ios input输入框长度超出时不能滑动- 当前 Bug 的表现(可附上截图) ios input输入框长度超出时不能左右滑动的改动值 模拟器和安卓都可以滑动 - 预期表现 正常滑动 - 复现路径 index.html - 提供一个最简复现 Demo https://developers.weixin.qq.com/s/h6md2rmy7A5I
2020-04-01自己搭建是吧?先确定后端用什么语言、用啥数据库、要不要用Redis等等。。。,小程序再调用后端的api
如果不使用云开发,要怎么搭建服务器?云开发的搭建和具体代码能做好,但不使用云开发,自己搭建服务器就一头雾水,不知道要怎么修改代码了,有没有大佬简单说一下流程
2020-04-01code 只能使用一次
jsapi微信支付,前端获取code二次调用时传第一次的code引发的code been used?jsapi微信支付,前端获取code二次调用时传第一次的code引发的code been used? 后端报code已使用,这个问题应该前后端哪端解决呢? [2020-04-01 14:22:19] production.DEBUG: array ( 'errcode' => 40163,'errmsg' => 'code been used, hints: [ req_id: KGaBu7aLRa-0Ex4dA ]',) ;
2020-04-01是的
文件存储里的图片Cloudid,是不是只能在当前小程序里打开.其他小程序不能打开?文件存储里的图片Cloudid,是不是只能在当前小程序里打开.其他小程序不能打开?
2020-04-01