已加上,请重试一下
物流助手-打单软件 设置打印机时候没有京东物流选项?第一次配置打印机时候 还有出现过京东物流选项 ,现在没有京东物流选项 是什么原因 ? [图片]
2020-03-23请重试一下看看
【物流助手】绑定物流公司失败?绑定EMS一直提示协议客户号错误, 签约的就是这个协议客户号啊,是哪里出问题了 [图片]
2020-03-23mockUpdateOrder接口是用来更改通过delivery_id=TEST下的订单,这个请求不会到达运力 realmockUpdateOrder接口是用来更改delivery_id=SFTC、DADA下的测试单,这个请求会请求到运力 你上面的问题原因是,你通过delivery_id=TEST下单调用了realmockUpdateOrder来更新状态,这个我限制一下
为什么服务端没有收到即时配送的模拟通知,但是手机服务通知里收到了?调用mockUpdateOrder和realmockUpdateOrder都没有在服务端收到状态更新的通知,但是realmockUpdateOrder时微信手机端收到服务通知。小程序appid:wxe2ae3f1e0768716a mockUpdateOrder发送数据:{"shopid": "test_shop_id", "shop_order_id": "test_shop_order_id", "action_time": 12345678, "order_status": 102, "action_msg": ""} 返回: {"resultcode":0,"resultmsg":""} realmockUpdateOrder发送数据:{"shopid": "test_shop_id", "shop_order_id": "test_shop_order_id", "action_time": 12345679, "order_status": 201, "action_msg": "", "delivery_sign": "a93d8d6bae9a9483c1b1d4e8670e7f6226ec94cb"} 返回: {"errcode":930557,"errmsg":"delivery system error hint: [O0495a394]"} 同时手机端收到服务通知,骑手已接单 脑袋已想破,跪求支持!
2020-03-23你好,顺丰保价有点问题,可以先选择不保价
【物流助手】调用addOrder顺丰快递,提示快递端error?请求的数据如下: { "add_source": 0, "wx_appid": "wx7e6a265b43eaea65", "order_id": "2020032015708936107145", "delivery_id": "SF", "biz_id": "3712672069", "sender": { "name": "花花", "mobile": "18211661511", "province": "河南", "city": "郑州", "area": "郑东新区", "address": "绿地之窗云峰A座2706" }, "receiver": { "name": "刘华", "mobile": "15201083203", "province": "河南省", "city": "郑州市", "area": "郑东新区", "address": "绿地之窗云峰A座2706" }, "cargo": { "weight": "1", "space_x": "1", "space_y": "1", "space_z": "1", "count": 1, "detail_list": [{ "name": "初心创意万年历笔筒木质办公用品文具桌面收纳盒实用公司年会礼品定制logo商务礼品", "count": 1 }] }, "shop": { "wxa_path": "\/pages\/orders\/pay\/pay?order_id=3688", "img_url": "https:\/\/img.shansugou.com\/666eb1169fd13fff\/09202aff1e2c0437.jpg", "goods_name": "初心创意万年历笔筒木质办公用品文具桌面收纳盒实用公司年会礼品定制logo商务礼品", "goods_count": 1 }, "insured": { "use_insured": "1", "insured_value": 1 }, "service": { "service_type": "0", "service_name": "标准快递" }, "expect_time": 1584695400, "openid": "og67_0F5aTgazHRSTM9v2JfQVfs0" } 响应的数据如下: { "errcode": 9300501, "errmsg": "delivery logic fail", "delivery_resultcode": -1, "delivery_resultmsg": "error", "waybill_data": [] } 请问快递公司是不是系统有问题,具体什么问题也要把错误信息抛出来吧,这搞得具体啥问题都不知道,希望该问题早点回复,我们着急上线
2020-03-21可以多家,参考https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/express/introduction.html
物流助手为什么只能对接一家快递?,别的程序可以对接多家这个小程序wx2d06648886c5a66b 物流助手只能对接一家快递公司
2020-03-19你好,顺丰是大客户模式,线下和揽件员沟通每天的上门时间,否则下单参数expect_time需要填写
物流助手的对接问题,顺丰的月结帐号下单成功后,快递员没有收到订单?使用云调用方式,调用物流助手接口。下单已经提示成功。 [图片] 下单成功后,可以在月结帐号查看到相应的订单,但是在公众号不能查到,也没有提示收件揽件信息,是不是我哪里没有注意到,或者哪里写错了?望大大指教?
2020-03-19品类填的是什么cargo_first_class和cargo_second_class
及时配送 预下单、下单接口返回报错信息 【请求参数异常: 字段params.product_typ】小程序接口文档上没有该字段的必填项,我这边查看顺丰开放平台的接口有该字段的必填校验。 问一下 我这边需要怎样传参数? 小程序API 地址: https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.preAddOrder.htm 顺丰API地址 http://commit-openic.sf-express.com/open/api/docs/index#/apidoc
2020-03-17你好,这个接口是会通知商户的,请检查你们的接口是否有收到事件推送 https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/immediate-delivery/by-business/immediateDelivery.onOrderStatus.html
【物流助手】调用订单修改状态接口,商家无法接收到微信的消息通知?调用接口:https://api.weixin.qq.com/cgi-bin/express/local/business/test_update_order?access_token=ACCESS_TOKEN,之后无法接收到微信的回调通知消息,本地用postman d调用部署的域名是可以返回的。 q求告知,帮忙看一看。appId:wx5b0e587f89ed4d4d
2020-03-16"delivery_id": "SCTC", 如果是顺丰同城,应该填SFTC
即时配送(下配送单接口)930555错误?appid:wxea5e4593f5207646 请求地址: POST https://api.weixin.qq.com/cgi-bin/express/local/business/order/pre_add?access_token=ACCESS_TOKEN 请求内容: { "shopid": "1563809533", "shop_order_id": "SFTC_20200312113615648", "shop_no": "3243279847393", "delivery_sign": "db49ed0750086b86ed29877c20ccceb08d2b3579", "delivery_id": "SCTC", "openid": "o2dA-5Yl5PugxXUsHLKbrdRpQlpA", "sender": { "name": "刘一", "city": "北京市", "address": "xx大厦", "address_detail": "1号楼101", "phone": "13712345678", "lng": "40.4486120000", "lat": "116.3830750000", "coordinate_type": 0 }, "receiver": { "name": "老王", "city": "北京市", "address": "xxx地铁站", "address_detail": "2号楼202", "phone": "18512345678", "lng": "40.1529600000", "lat": "116.5060300000", "coordinate_type": 0 }, "cargo": { "goods_value": 5, "goods_height": 1, "goods_length": 3, "goods_width": 2, "goods_weight": 1, "goods_detail": { "goods": [{ "good_count": 1, "good_name": "水果", "good_price": 10, "good_unit": "元" }, { "good_count": 2, "good_name": "蔬菜", "good_price": 20, "good_unit": "元" }] }, "goods_pickup_info": "", "goods_delivery_info": "", "cargo_first_class": "美食夜宵", "cargo_second_class": "零食小吃" }, "order_info": { "delivery_service_code": "", "order_type": 0, "expected_delivery_time": 0, "expected_finish_time": 0, "expected_pick_time": 0, "poi_seq": "1111", "note": "test_note", "order_time": 1555220757, "is_insured": 0, "declared_value": 0, "tips": 0, "is_direct_delivery": 0, "cash_on_delivery": 0, "cash_on_pickup": 0, "rider_pick_method": 1, "is_finish_code_needed": 1, "is_pickup_code_needed": 1 }, "shop": { "wxa_path": "/page/index/index", "img_url": "https://mmbiz.qpic.cn/mmbiz_png/xxxxxxxxx/0?wx_fmt=png", "goods_name": "宝贝", "goods_count": 2, "wxa_appid": "" }, "sub_biz_id": "sub_biz_id_1" } 返回内容: { "fee": 0, "deliverfee": 0, "couponfee": 0, "tips": 0, "insurancefee": 0, "distance": 0, "waybill_id": null, "order_status": 0, "finish_code": 0, "pickup_code": 0, "dispatch_duration": 0, "errcode": 930555, "resultcode": null, "resultmsg": null, "ErrorCodeValue": 930555, "errmsg": "sysem error hint: [jq2_Ra01908708]" }
2020-03-12你好,这个订单,你填的expect_time是1585365934,也就是3月28日,请重新设置一个合适时间再下单试试,另外order_id已经下过的话是不可以重复下单的
如何解决使用物流助手下单成功,但是没人揽件的问题?使用物流助手下顺丰的散单成功,生成了运单号,但是迟迟没人上门联系,请问如何解决? appid:wx57be893fb92b0832 生成的运单号:SF6026045966207 下单时间:2020年3月6日10:12
2020-03-10