requests = $requests; $this->apiParas["requests"] = $requests; } public function getRequests() { return $this->requests; } public function getApiMethodName() { return "taobao.tbk.spread.get"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }