test = $test; $this->apiParas["test"] = $test; } public function getTest() { return $this->test; } public function getApiMethodName() { return "taobao.oauth.code.create"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }