cardBuyReq = $cardBuyReq; $this->apiParas["card_buy_req"] = $cardBuyReq; } public function getCardBuyReq() { return $this->cardBuyReq; } public function getApiMethodName() { return "tmall.purchase.card.buy"; } public function getApiParas() { return $this->apiParas; } public function check() { } public function putOtherTextParam($key, $value) { $this->apiParas[$key] = $value; $this->$key = $value; } }