{
"errcode": 10060001,
"errmsg": "支付单不存在, hint: [3c2405cc-88b0-46b0-b47c-9ac26f0662a4] rid: 6407eb8c-69112287-46bc9f51"
}
POST https://api.weixin.qq.com/wxa/sec/order/upload_shipping_info?access_token=ACCESS_TOKEN
请求的数据:
{
"order_key": {
"order_number_type": 2,
"transaction_id": "4200001644202303083307031541"
},
"logistics_type": 4,
"delivery_mode": 1,
"shipping_list": [
{
"item_desc": "吊车玩具*1个"
}
],
"upload_time": "2023-03-08T09:57:32+08:00",
"payer": {
"openid": "owfbB5OhA-75YKz_D3DxLCwG3BfI"
}
}
@官方
array(2) { ["errcode"]=> int(10060001) ["errmsg"]=> string(50) "支付单不存在 rid: 665fbf22-364f3ec3-0266c61c" }
现在我们新上架的小程序支付功能,因为没接入这个发货功能,支付被限制了,没有支付单,怎么调试?
开发工具上使用扫码支付的订单会报这个错,直接在小程序上支付的没问题
array(2) { ["errcode"] => int(10060001) ["errmsg"] => string(96) "支付单不存在, hint: [6d6ecd1d-cf13-49a6-af3c-266c009b1d9b] rid: 64e9c08d-4b6b2a00-24b04bff" }
我也查询不到,不知道怎么回事。时间也改对了。 支付单号和订单号在商户后台都有。就是查不到。有没有能负责的人????
我也遇到了这个问题,订单有的存在,有的不存在
我也遇到这个,有没有知道怎么解决的