💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 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 |