goodsValue = $goodsValue; $this->apiParas["goods_value"] = $goodsValue; } public function getGoodsValue() { return $this->goodsValue; } public function setIsNeedCarriage($isNeedCarriage) { $this->isNeedCarriage = $isNeedCarriage; $this->apiParas["is_need_carriage"] = $isNeedCarriage; } public function getIsNeedCarriage() { return $this->isNeedCarriage; } public function setServiceType($serviceType) { $this->serviceType = $serviceType; $this->apiParas["service_type"] = $serviceType; } public function getServiceType() { return $this->serviceType; } public function setSourceId($sourceId) { $this->sourceId = $sourceId; $this->apiParas["source_id"] = $sourceId; } public function getSourceId() { return $this->sourceId; } public function setTargetId($targetId) { $this->targetId = $targetId; $this->apiParas["target_id"] = $targetId; } public function getTargetId() { return $this->targetId; } public function getApiMethodName() { return "taobao.logistics.partners.get"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }