物流助手下单api发货方提示错误
发布于 5 年前 作者 mingshen 11599 次浏览 来自 问答

在使用物流助手生成运单时,

https://api.weixin.qq.com/cgi-bin/express/business/order/add?access_token=ACCESS_TOKEN,后台也配置 了中通账号,但仍然不能调通,麻烦帮忙看下

appid:wx9a713fd690f464c5 请求时间:2019/3/5  10:18

请求参数:

{

  “order_id”: “01234567890123456789111”,

  “openid”: “of7gJ0REzWV3rqcbeMDcxe6CvTag”,

  “delivery_id”: “ZTO”,

  “biz_id”: “ZTO521528347716928”,

  “custom_remark”: “易碎物品”,

  “sender”: {

    “name”: “张三”,

    “tel”: “18666666666”,

    “mobile”: “”,

    “company”: “公司名”,

    “post_code”: “123456”,

    “country”: “中国”,

    “province”: “广东省”,

    “city”: “广州市”,

    “area”: “海珠区”,

    “address”: “XX路XX号XX大厦XX栋XX”

  },

  “receiver”: {

    “name”: “王小蒙”,

    “tel”: “18610000000”,

    “mobile”: “020-77777777”,

    “company”: “公司名”,

    “post_code”: “654321”,

    “country”: “中国”,

    “province”: “广东省”,

    “city”: “广州市”,

    “area”: “天河区”,

    “address”: “XX路XX号XX大厦XX栋XX”

  },

  “shop”: {

    “wxa_path”: “/index/index?from=waybill&id=01234567890123456789”,

    “img_url”: “https://mmbiz.qpic.cn/mmbiz_png/OiaFLUqewuIDNQnTiaCInIG8ibdosYHhQHPbXJUrqYSNIcBL60vo4LIjlcoNG1QPkeH5GWWEB41Ny895CokeAah8A/640”,

    “goods_name”: “一千零一夜钻石包&爱马仕铂金包”,

    “goods_count”: 2

  },

  “cargo”: {

    “count”: 2,

    “weight”: 5.5,

    “space_x”: 30.5,

    “space_y”: 20,

    “space_z”: 20,

    “detail_list”: [

      {

        “name”: “一千零一夜钻石包”,

        “count”: 1

      },

      {

        “name”: “爱马仕铂金包”,

        “count”: 1

      }

    ]

  },

  “insured”: {

    “use_insured”: 1,

    “insured_value”: 10000

  },

  “service”: {

    “service_type”: 0,

    “service_name”: “标准快递”

  }

}


回到顶部