ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 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 |