【物流助手】小程序物流助手下单(顺丰)报错:bizId check error?
["errcode"]=>
int(9300501)
["errmsg"]=>
string(51) "delivery logic fail rid: 68d664d3-3e0bf1e6-7a588885"
["delivery_resultcode"]=>
int(10001)
["delivery_resultmsg"]=>
string(17) "bizId check error"
["waybill_data"]=>
array(0) {
}

你好,快递侧逻辑错误,详细原因需要看 delivery_resultcode。请先确认一下编码方式,python建议 json.dumps(b, ensure_ascii=False),php建议 json_encode($arr, JSON_UNESCAPED_UNICODE)
{"order_id":"6202509261533209997742649","openid":"oVorl5K9xBrchciNJKIU0ZHhf-Gc","delivery_id":"SF","biz_id":"7312097861","custom_remark":"123","tagid":"430225100210","add_source":0,"sender":{"name":"黄芬","mobile":"13923762410","company":"坎坪村服务点","country":"中国","province":"湖南省","city":"株洲市","area":"炎陵县","address":"樟树下组38号"},"receiver":{"name":"黄莉","mobile":"13714317099","country":"中国","province":"广东省","city":"深圳市","area":"罗湖区","address":"黄贝路景贝南小区33栋404"},"cargo":{"count":"1","weight":"1","space_x":"12","space_y":"12","space_z":"11","detail_list":[{"name":"黄桃商品0001","count":"20"}]},"shop":{"wxa_path":"pageA\/order\/detail\/?orderId=4601&authority=1","detail_list":[{"goods_name":"黄桃商品0001","goods_img_url":"https:\/\/img.xcznong.com\/\/goods\/430225\/68d5f1d3e1ff4.png","goods_desc":"补差价服务(恶意下单不发货)"}]},"service":{"service_type":4,"service_name":"顺丰标快(陆运)"},"take_mode":1,"insured":{"use_insured":0,"insured_value":1000,"take_mode":1},"expect_time":"1759118164"}"
这是参数,请指点.