- 物流查询API返回运单不存在,3开头的韵达快递?
[图片] [图片]
06-12 - 物流查询组件,韵达3 开头的,发货不了。
发货API https://api.weixin.qq.com/cgi-bin/express/delivery/open_msg/trace_waybill?access_token=XXX [图片] 官网显示有信息 [图片]
06-12 - 德邦物流没有物流信息
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html 百度显示已签收,微信显示无轨迹 [图片] [图片] 开发组,连我我,私发 token 和物流单号
06-06 - 菜鸟速递不支持查询物流信息
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html 菜鸟速递不支持 62开头的菜鸟速递 物流单号不支持。
04-25 - 丹鸟快递62开头的运单号查询不到物流信息
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_open_msg.html 丹鸟快递不支持吗?
2023-11-13 - 物流查询插件,客户同一个物流token:第一次打开正常显示,接着第二次就会出现空白页,不正常显示?
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html 第一次打开正常显示,返回页面,再次打开就是空白。之前没有,最近才有的。望重视。 物流token--->打开正常显示---->返回--->再打开-->空白 plugin.openWaybillTracking({ waybillToken: waybillToken }); [图片]
2023-06-18 - 物流查询组件,邮政物流 KH的不支持?
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.htmlhttps://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html 邮政物流 KH 开头的不支持,劳烦测试一下。
2023-04-03 - 本地调试老是弹出这个,本地的IP,提示这个有点不对吧?
[图片]
2023-03-28 - 电脑PC微信 端出现问题?writeFile:fail ?哪里问题?
https://developers.weixin.qq.com/miniprogram/dev/api/file/FileSystemManager.writeFile.html 升级到最新版的PC微信2.9.0出现的。老版本的正常。 const fs = wx.getFileSystemManager(); //获取全局唯一的文件管理器 fs.writeFile({ // 写文件 filePath: wx.env.USER_DATA_PATH + `/未发货-${timestamp}-订单.xlsx`, // wx.env.USER_DATA_PATH 指定临时文件存入的路径,后面字符串自定义 data: rest.data, encoding: "binary", //二进制流文件必须是 binary success (rest){ wx.openDocument({ // 新开页面打开文档 filePath: wx.env.USER_DATA_PATH + `/未发货-${timestamp}-订单.xlsx`, //拿上面存入的文件路径 success: function (res) { console.log("写文件.......",res); setTimeout(()=>{wx.hideLoading()},500) } }) }, fail(res){ ////这里会出现错误 },complete(res){ ////这里会出现错误 } }); [图片]
2023-02-21 - fs.writeFile 微信电脑PC端的升级后出现写文件异常?
writeFile:fail The first argument must be of type string 问题。升级windowsPC端,电脑上操作才出现的。不升级的正常。
2023-02-21