- 微信小程序开发工具在本地开启云调试后,控制台的cloud就不输出了,只有再次重启才能好使,为啥呢?
没有代码片段 [图片]
03-05 - 小程序物流组件的orderToken怎么获取?
如题,orderToken怎么获取? https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx9ad912bf20548d92&token=2125359293&lang=zh_CN [图片] orderToken这个文档里面的waybill_token 是不是一个东西? https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html
2024-06-14 - 小程序物流查询组件BUG
首先,在小程/序管理后台-》功能-〉物服务-》快递服务-〉查询组件已经开通,然后点击 接口文档链接 到 https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html, 然后端根据接口https://api.weixin.qq.com/cgi-bin/token拿到access_token 在根据接口https://api.weixin.qq.com/cgi-bin/express/delivery/open_msg/trace_waybill?access_token=XXX拿到waybill_token 然后在小程序里面使用 wx.navigateTo({ url: `plugin://logisticsPlugin/order-detail?appid=wxc04f326936ff507e&orderToken=${waybill_token}` }), 小程序总是提示 参数异常 其他问题: 这两个地方都是关于物流服务的说明文档,一个里面说是用waybill_token,一个里面用orderToken,这个到底以哪个为准? [图片][图片] https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html https://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx9ad912bf20548d92&token=2125359293&lang=zh_CN
2024-06-14