收藏
回答

【紧急】同城配送-创建配送单接口返回934000(其他逻辑错误)

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug https://api.weixin.qq.com/cgi-bin/express/intracity/addorder 工具 8.0.63 3.10.1

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}

回答关注问题邀请回答
收藏

2 个回答

  • 小程序社区运营--糯米
    小程序社区运营--糯米
    09-23

    你好,请检查请求参数是否正确;检查运力ID是否正确;如果您在沙盒模式下进行调试,请确保沙盒环境的配置是正确的(https://developers.weixin.qq.com/miniprogram/dev/platform-capabilities/industry/express/business/express_sanbox.html

    09-23
    有用
    回复 1
    • Sing
      Sing
      11-02
      我也一样,顺丰没问题,小程序改达达,代码一点没改,就报934000
      11-02
      回复
  • Sing
    Sing
    11-02

    解决了吗?

    全部帖子都看了,官方只会回复接口或参数确实

    我一样顺丰,沙箱没问题

    只是小程序改成达达,代码没有动,就报934000


    11-02
    有用
    回复 1
    • 占位符
      占位符
      11-13
      看一下是不是后台地址配置错了,要在地图上选点,光输入没用;最好用接口传门店的经纬度。
      11-13
      回复
登录 后发表内容