首先,在小程/序管理后台-》功能-〉物服务-》快递服务-〉查询组件已经开通,然后点击 接口文档链接 到 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://mp.weixin.qq.com/wxopen/plugindevdoc?appid=wx9ad912bf20548d92&token=2125359293&lang=zh_CN