generateTokenRequest = $generateTokenRequest; $this->apiParas["generate_token_request"] = $generateTokenRequest; } public function getGenerateTokenRequest() { return $this->generateTokenRequest; } public function getApiMethodName() { return "taobao.picture.token"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }