- 电子面单创建问题 9300502错误?
String url = "https://api.weixin.qq.com/cgi-bin/express/business/order/add?access_token=" + accessToken 最近调用这个接口经常会发生9300502错误,而之前没发生过,同样的数据有时报这个错有时能够正常生成面单。
2021-09-07 - 物流助手logistics.addOrder 47001 ?
通过HTTPS 调用以前没有发生过。从昨天开始经常报47001 data format error hint 这个错误,(同一个有时报错有时不报错),样例如下:String url = "https://api.weixin.qq.com/cgi-bin/express/business/order/batchget?access_token=" + accessToken; {"wx_appid":"wx3d0bc2ba5c07186d","shop":{"goods_name":"泰国童颜面膜","img_url":"","wxa_path":"","goods_count":1},"receiver":{"area":"清原满族自治县","country":"","address":"辽宁抚顺市清原","province":"辽宁","city":"抚顺市","post_code":"","name":"王","mobile":"1111111","tel":"","company":""},"insured":{"use_insured":0,"insured_value":10000},"delivery_id":"EMS","custom_remark":"","expect_time":0,"sender":{"area":"于洪区","country":"","address":"怒江北街","province":"辽宁省","city":"沈阳市","post_code":"110006","name":"仓库","mobile":"11223332","tel":"","company":""},"service":{"service_type":9,"service_name":"快递包裹"},"add_source":2,"biz_id":"1100048734424","cargo":{"space_y":20,"space_z":10,"detail_list":[{"name":"泰国童颜面膜","count":"1"}],"count":1,"weight":0.98,"space_x":20},"order_id":"20200623012898bbwX"}
2020-06-23