🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
## AeopCancelWhOrderResponse ### 简要描述 描述取消物流订单返回信息 ### 属性 | 名称 | 类型 | 是否隐私 | 描述 | 示例值 | | --- | --- | --- | --- | --- | | message | String | 否 | 描述信息 | "error in cancelWhOrder ! warehouseOrderId is null or invalid." 表示订单号不能为空; "warehouseOrderId:3080425001 ;this logistics order is not yours." 表示该订单号不是您的订单; "warehouseOrderId:3080425001 ;cancel warehouse order error, you should check the status of logistics order." 表示取消订单失败,可能是您的订单状态不符合条件; "warehouseOrderId:3080425001 is cancel processing." 表示订单取消处理中; | | success | Boolean) | 否 | 调用成功 | true |