cardFetchReq = $cardFetchReq; $this->apiParas["card_fetch_req"] = $cardFetchReq; } public function getCardFetchReq() { return $this->cardFetchReq; } public function getApiMethodName() { return "tmall.purchase.card.fetch"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }