【即时配送】模拟下请求配送单接口 args error rid?
发布于 3 年前 作者 xiuying16 2113 次浏览 来自 官方Issues

【即时配送】模拟配送公司更新订单接口 一直报args error rid?美团配送

🇱 ⁶⁶⁶2020-08-17356浏览问题模块: API和组件

【请求地址】: https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=wxf7e1f5b437a7446e&secret=fd506e1c6ccd0debe078396bafa7caf8'

【请求参数】:


 {

  shopid: '正常的shopid',

  shop_order_id: '1612507786471',

  shop_no: 'test_0001',

  delivery_sign: '28567b280783ede99a2ca2af3e4aee6a9fda9bff',

  delivery_id: '16142516',

  openid: 'oTRRB5LeTV9AgcWr-yuybbbLeNjQ',

  receiver: {

    address: 'xxx地铁站',

    address_detail: '2号楼202',

    city: '北京市',

    coordinate_type: 0,

    lat: 40.15296,

    lng: 116.50603,

    name: '老王',

    phone: '18512345678'

  },

  cargo: {

    cargo_first_class: '美食夜宵',

    cargo_second_class: '零食小吃',

    goods_detail: { goods: [Array] },

    goods_value: 5,

    goods_width: 2

  },

  shop: {

    goods_count: 2,

    goods_name: '食品',

    img_url: 'https://mmbiz.qpic.cn/mmbiz_png/xxxxxxxxx/0?wx_fmt=png'

  }

}

【错误信息】:错误代码:930561, 错误信息:args error rid: 6145b417-2ea6bf84-68f2beca,微信原始报文:

{

    “errcode”: 930561,

    “errmsg”: “args error rid: 6145b417-2ea6bf84-68f2beca”

}

没有返回具体是哪个字段的错误


回到顶部