- 同城配送-配送异常后,接口如何判断货品是返回商家还是再次配送了?
1、达达联系顾客,顾客反馈要21点半后才能到家 ,此时单据状态:90000 配送异常 2、达达线下联系门店,将货物送回门店,此时单据状态:配送完成 70000 问题:送回门店也是70000,送到顾客也是70000,如何区分呢? 送回门店实际交易还没有结束 [图片]
11-12 - 【紧急】同城配送-创建配送单接口返回934000(其他逻辑错误)
https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/intracity_service.html 下发报文: { "wx_store_id": "40000xxxx16976027", "store_order_id": "9975S0000001", "user_openid": "oeHv45JWxxxxxxxA4018", "user_name": "王三", "user_phone": "133xxxxx1111", "user_address": "四川乐山市市中区通江街道瑞松中心城1期", "user_lng": 103.73595, "user_lat": 29.599708, "order_detail_path": "/pages/order/detail?data=%7b%22shop_id%22xxxxxxxsn%22%3a%22S0000001%22%7d", "callback_url": "https://api2.xxxcom/api/xxxx", "cargo": { "cargo_name": "xx商品", "cargo_weight": 1, "cargo_type": 32, "cargo_num": 1, "cargo_price": 760, "item_list": [ { "item_name": "儿童xxxx船袜", "item_pic_url": "https://coreapi.7sef.com/src/ixxxxxe/large/%e8%a2%9c%e5%ad%90.png", "count": 1 } ] }, "_n": "hbAPFYsGZdst+7d+ljlI2A", "_appid": "xxx", "_timestamp": 1758597009 } 返回: result:{ "errcode": 934000, "errmsg": " rid: 68d20f96-6c421c4f-7721ca99", "_n": "ff470543de49c0ce677f5a08d2eb13f8", "_appid": "wx2c0bdxxxxxb707", "_timestamp": 1758597016}
09-23