setUserParam($params, "card_no", $this->cardNo); $this->setUserParam($params, "store_id", $this->storeId); $this->setUserParam($params, "store_name", $this->storeName); } public function getVersion() { return "V1"; } public function getDataType() { return "JSON"; } public function getType() { return "pdd.voucher.ota.card.verification"; } public function setCardNo($cardNo) { $this->cardNo = $cardNo; } public function setStoreId($storeId) { $this->storeId = $storeId; } public function setStoreName($storeName) { $this->storeName = $storeName; } }