tpwdParam = $tpwdParam; $this->apiParas["tpwd_param"] = $tpwdParam; } public function getTpwdParam() { return $this->tpwdParam; } public function getApiMethodName() { return "taobao.wireless.share.tpwd.create"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }