setUserParam($params, "feature", $this->feature); $this->setUserParam($params, "logistics_id", $this->logisticsId); $this->setUserParam($params, "order_sn", $this->orderSn); $this->setUserParam($params, "refund_address_id", $this->refundAddressId); $this->setUserParam($params, "tracking_number", $this->trackingNumber); $this->setUserParam($params, "ext_token", $this->extToken); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.cloud.logistics.online.send"; } public function setFeature($feature) { $this->feature = $feature; } public function setLogisticsId($logisticsId) { $this->logisticsId = $logisticsId; } public function setOrderSn($orderSn) { $this->orderSn = $orderSn; } public function setRefundAddressId($refundAddressId) { $this->refundAddressId = $refundAddressId; } public function setTrackingNumber($trackingNumber) { $this->trackingNumber = $trackingNumber; } public function setExtToken($extToken) { $this->extToken = $extToken; } }