endTime = $endTime; $this->apiParas["endTime"] = $endTime; } public function getEndTime() { return $this->endTime; } public function setMobile($mobile) { $this->mobile = $mobile; $this->apiParas["mobile"] = $mobile; } public function getMobile() { return $this->mobile; } public function setName($name) { $this->name = $name; $this->apiParas["name"] = $name; } public function getName() { return $this->name; } public function setScene($scene) { $this->scene = $scene; $this->apiParas["scene"] = $scene; } public function getScene() { return $this->scene; } public function setStartTime($startTime) { $this->startTime = $startTime; $this->apiParas["startTime"] = $startTime; } public function getStartTime() { return $this->startTime; } public function setTel($tel) { $this->tel = $tel; $this->apiParas["tel"] = $tel; } public function getTel() { return $this->tel; } public function getApiMethodName() { return "taobao.qimen.order.query"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }