deliveryOrderCode = $deliveryOrderCode; $this->apiParas["deliveryOrderCode"] = $deliveryOrderCode; } public function getDeliveryOrderCode() { return $this->deliveryOrderCode; } public function setExpressCode($expressCode) { $this->expressCode = $expressCode; $this->apiParas["expressCode"] = $expressCode; } public function getExpressCode() { return $this->expressCode; } public function setExtendProps($extendProps) { $this->extendProps = $extendProps; $this->apiParas["extendProps"] = $extendProps; } public function getExtendProps() { return $this->extendProps; } public function setOrderId($orderId) { $this->orderId = $orderId; $this->apiParas["orderId"] = $orderId; } public function getOrderId() { return $this->orderId; } public function setOwnerCode($ownerCode) { $this->ownerCode = $ownerCode; $this->apiParas["ownerCode"] = $ownerCode; } public function getOwnerCode() { return $this->ownerCode; } public function setWarehouseCode($warehouseCode) { $this->warehouseCode = $warehouseCode; $this->apiParas["warehouseCode"] = $warehouseCode; } public function getWarehouseCode() { return $this->warehouseCode; } public function getApiMethodName() { return "taobao.qimen.order.callback"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }