- 物流查询组件商品丢失。创建了5个商品的物流,查询结果只有2个。
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html 创建物流的时候传入的是5个商品,返回的结果只有2个。 【服务通知】里也是5个商品,接口调用查询结果也是2个,物流组件查看物流也是2个。 [图片][图片] 创建查询waybill_token 2023-11-03 14:58:33.761 INFO 11460 --- [io-10201-exec-3] c.x.c.m.b.s.i.MinappLogisticsServiceImpl : 请求微信物流入参url:https://api.weixin.qq.com/cgi-bin/express/delivery/open_msg/trace_waybill 2023-11-03 14:58:33.761 INFO 11460 --- [io-10201-exec-3] c.x.c.m.b.s.i.MinappLogisticsServiceImpl : 请求微信物流入参data:{"delivery_id":"ZTO","goods_info":{"detail_list":[{"goods_img_url":"https://orveda-oss.coty-cn-crm.com/d9854203cfe14ea59f4ad1a28387cda7-6-奥薇达焕净透澈眼睫卸妆精华液.png","goods_name":"奥薇达焕净透澈眼睫卸妆精华液"},{"goods_img_url":"https://sephora-web.theatomdata.com/image/1_1694240055470_12855819.png","goods_name":"奥薇达活颜紧致面霜(促销品)15M"},{"goods_img_url":"https://sephora-web.theatomdata.com/image/1_1694240055470_12855819.png","goods_name":"奥薇达活颜紧致面霜(促销品)15M"},{"goods_img_url":"https://sephora-web.theatomdata.com/image/1_1694226641694_583970663.png","goods_name":"奥薇达翠竹生酵焕净洁颜水(促销品)"},{"goods_img_url":"https://sephora-web.theatomdata.com/image/1_1694431412593_18389229.png","goods_name":"奥薇达多元效能浓缩精华露"}]},"openid":"osu1V5M5is5B3T5AbCzv3zR3PmZY","order_detail_path":"/pages/afterSaleDetail/afterSaleDetail?id=1571","receiver_phone":"13955452214","sender_phone":"020-81167888","waybill_id":"73506362245256"} 2023-11-03 14:58:34.792 INFO 11460 --- [io-10201-exec-3] c.x.c.m.b.s.i.MinappLogisticsServiceImpl : 请求微信物流出参resp:{"errcode":0,"errmsg":"ok","waybill_token":"BeFzNlYPiOXhxFna1kH71N*******bVtI03nVaFiiVxRef9DwvSsvtR"} 根据waybill_token查询数据 2023-11-03 14:59:12.043 INFO 11460 --- [io-10201-exec-4] c.x.c.m.b.s.i.MinappLogisticsServiceImpl : 请求微信物流入参url:https://api.weixin.qq.com/cgi-bin/express/delivery/open_msg/query_trace 2023-11-03 14:59:12.043 INFO 11460 --- [io-10201-exec-4] c.x.c.m.b.s.i.MinappLogisticsServiceImpl : 请求微信物流入参data:{ "waybill_token": "BeFzNlYPiOXhxFna1kH71N*******bVtI03nVaFiiVxRef9DwvSsvtR"} 2023-11-03 14:59:12.290 INFO 11460 --- [io-10201-exec-4] c.x.c.m.b.s.i.MinappLogisticsServiceImpl : 请求微信物流出参resp:{"errcode":0,"errmsg":"ok","waybill_info":{"status":4,"waybill_id":"73506362245256"},"shop_info":{"goods_info":{"detail_list":[{"goods_name":"奥薇达多元效能浓缩精华露","goods_img_url":"https:\/\/sephora-web.theatomdata.com\/image\/1_1694431412593_18389229.png"},{"goods_name":"奥薇达多元效能浓缩精华露","goods_img_url":"https:\/\/sephora-web.theatomdata.com\/image\/1_1694431412593_18389229.png"}]}},"delivery_info":{"delivery_id":"ZTO","delivery_name":"中通快递"}}
2023-11-03 - 物流组件-物流取消了,接口查询的状态还是运输中
JDX019739638173 [图片] [图片]
2023-10-12 - 物流查询组件-设置了order_detail_path为售后单详情没效果,还是跳回了小程序首页
[图片] [图片] https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_search.html
2023-10-07 - 微信快递服务-待退货通知-如何作废或者更新商品信息?保证点进去不能填写
微信快递服务-待退货通知 如果小程序重新生成了一个return_id,之前推送信息就作废了,但是点进去依旧可以填写物流单号。有没有什么接口将其作废,点进去提示已失效。 或者不作废return_id,有接口更新里面的商品信息(图片、数量、价格)也行。 [图片][图片]
2023-09-28 - 微信快递服务通知,订单金额缩小了100倍
为什么订单金额和通知里面的金额差了100倍? [图片] https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_sale_return.htm
2023-08-31