微信物流服务 /微信物流服务(商家查看)/同城配送
1、创建配送单接口一直报错
请求接口:https://api.weixin.qq.com/cgi-bin/express/intracity/addorder?access_token={ACCESS_TOKEN}
配送偏好:优先下单达达快送
请求入参:{
"callback_url": "https://devopsapi.qyw0595.cn/order/citydelivery/addOrderNotify",
"cargo": {
"cargo_name": "东海湾夏季校服",
"cargo_num": 1,
"cargo_price": 1,
"cargo_type": 16,
"cargo_weight": 1000,
"item_list": [
{
"count": 1,
"item_name": "东海湾夏季校服",
"item_pic_url": "https://cdn.qyw0595.cn/devsinglemall/upload/2025/09/17/202509171539083664D087.png"
}
]
},
"order_detail_path": "pages/goods/order_details/index?order_id=DGZ2025101010163416201317",
"storeId": 46,
"store_order_id": "DGZ2025101010163416201317",
"use_sandbox": 1,
"user_address": "福建省泉州市惠安县禹洲广场门口",
"user_lat": 25.002423,
"user_lng": 118.774788,
"user_name": "陈女士",
"user_openid": "o1Whb1",
"user_phone": "18359815188",
"verify_code_type": 3,
"wx_store_id": "4000000000018292001"
}
返回参数:
{"errcode":934000,"errmsg":" rid: 68e8f79d-56dc886f-7462a5e0","_n":"fcf354ad012d11389a0d3f85059b90f1","_timestamp":1760098206}
2、模拟回调接口改了订单状态后,创建订单接口中的回调地址一直收不到回调消息。
模拟回调接口:https://api.weixin.qq.com/cgi-bin/express/intracity/mocknotify?access_token={ACCESS_TOKEN}

解决了吗?
全部帖子都看了,官方只会回复接口或参数确实
我一样顺丰,沙箱没问题
只是小程序改成达达,代码没有动,就报934000