返回结果: array(2) { ["errcode"]=> int(10060001) ["errmsg"]=> string(50) "支付单不存在 rid: 665fbf22-364f3ec3-0266c61c" }
请求URL: POST https://api.weixin.qq.com/wxa/sec/order/upload_shipping_info?access_token=ACCESS_TOKEN
q请求数据:
{
"order_key":{
"order_number_type":2,
"transaction_id":"153020240604114811871038397"
},
"logistics_type":2,
"delivery_mode":1,
"shipping_list":[
{"item_desc":"2024年5月套餐三:21天全纯奶"}
],
"upload_time":"2024-06-05T09:35:39+08:00",
"payer":{
"openid":"odqR95efcYBZ8NDbYehuVamJ_vX8"
}
}
麻烦帮看看,搞2天了。
确认是线上支付不是开发环境支付。
你好,是不是用错appid呢?核实调用账号并未接入发货管理。可以通过https://api.weixin.qq.com/wxa/sec/order/is_trade_managed?access_token=ACCESS_TOKEN接口确认是否有开通发货管理
我调这个https://api.weixin.qq.com/wxa/sec/order/is_trade_managed?access_token=ACCESS_TOKEN接口,返回的是array(3) { [errcode;]=> int(0) [errmsg]=> string(2) ok [is_trade_managed]=> bool(true) }