apiParas)){ return "{}"; } return $this->apiParas; } public function check(){ } public function putOtherTextParam($key, $value){ $this->apiParas[$key] = $value; $this->$key = $value; } private $version; public function setVersion($version){ $this->version = $version; } public function getVersion(){ return $this->version; } private $beginTime; public function setBeginTime($beginTime){ $this->beginTime = $beginTime; $this->apiParas["beginTime"] = $beginTime; } public function getBeginTime(){ return $this->beginTime; } private $endTime; public function setEndTime($endTime){ $this->endTime = $endTime; $this->apiParas["endTime"] = $endTime; } public function getEndTime(){ return $this->endTime; } private $orderState; public function setOrderState($orderState){ $this->orderState = $orderState; $this->apiParas["orderState"] = $orderState; } public function getOrderState(){ return $this->orderState; } }