好的,谢谢
物流助手沙盒测试下单接口的返回48001没有开通权限,需要开通快递配送才能测试吗?https://api.weixin.qq.com/cgi-bin/express/business/order/add { errcode: 48001, errmsg: 'api unauthorized hints: [keiBNh0gE-mLxPWa!]' }
2020-04-17你好,我也碰到了这个问题,请问怎么解决啊?看上面说补充appid,我补充了,好像没有用啊
如何解决“物流助手”接口出现api unauthorized的问题?在调用物流助手的express/business/order/add这个接口时返回 { "errcode": 48001, "errmsg": "api unauthorized hint: [DPISUa04942278!]" } 物流助手功能已经开通[图片] 因为是想要先测试,所以用的是文档中给的测试参数 测试运力delivery_id="TEST" 测试商户shop_id="test_shop_id" 测试商户AppSecret="test_app_secrect" 所以请问这个api unauthorized的问题要怎么解决呢?
2020-04-16我测试的返回{ errcode: 41001, errmsg: 'access_token missing hints: [wHHBNh0gE-0LJKqA!]' } access_token明明是写了的
小程序物流助手利用沙盒测试下单,总是返回9300503?请求接口 https://api.weixin.qq.com/cgi-bin/express/business/order/add 请求参数: {"add_source":0,"order_id":"499","openid":"oEOH00PRiFN7l54H50YcvzjDJCzY","delivery_id":"TEST","biz_id":"test_biz_id","sender":{"name":"\u54c8\u54c8","mobile":"189****5965","province":"\u4e91\u5357\u7701","city":"\u6606\u660e\u5e02","area":"\u5b98\u6e21\u533a","address":"\u767e\u5bcc\u742aB\u5ea7809"},"receiver":{"name":"\u4e0d\u54c8\u54c8","mobile":"185****4505","province":"\u4e91\u5357\u7701","city":"\u6606\u660e\u5e02","area":"\u897f\u5c71\u533a","address":"\u5170\u4ead\u4e0a\u9526\u4e8c\u671f"},"cargo":{"count":1,"weight":10,"space_x":10,"space_y":10,"space_z":10,"detail_list":[{"name":"hell","count":1}]},"shop":{"wxa_path":"\/pages\/order\/index","img_url":"http:\/\/wxbase.ynync.com\/attachment\/images\/633\/2019\/09\/Q00yX3xCuiGUS4sunGsSTxstMSytk4.jpg","goods_name":"hello","goods_count":1},"insured":{"use_insured":1,"insured_value":10000},"service":{"service_type":1,"service_name":"test_service_name"}} 返回结果: {"status":1,"result":{"errcode":9300503,"errmsg":"Specified delivery id is not registerred hint: [QguI2a0750r256]","url":"http:\/\/wxbase.com\/.\/"}}{"service_type":1,"service_name":"test_service_name"}}
2020-04-16