请求报文:
{
"shopid": "1652290224",
"shop_order_id": "YY221225171247323372",
"shop_no": "3243279847393",
"delivery_sign": "fd0cee5ef1e2b92b51f6a0873d4ed3e0e76b945d",
"delivery_id": "SFTC",
"cancel_reason_id": 1,
"cancel_reason": "暂时不需要邮寄"
}
返回报文:
{
resultcode: 1202,
resultmsg: "order_id不能为空",
deduct_fee: 0,
desc: "",
}
在对应的接口文档中没有order_id参数;https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/immediate-delivery/deliver-by-business/cancelLocalOrder.html#%E7%AC%AC%E4%B8%89%E6%96%B9%E8%B0%83%E7%94%A8
那这个响应结果是怎么得出来的
针对顺丰同城的订单取消请求 可以填上waybill_id参数试试。