custNum; } public function setCustNum($custNum) { $this->custNum = $custNum; $this->apiParams["custNum"] = $custNum; } public function getMixPin() { return $this->mixPin; } public function setMixPin($mixPin) { $this->mixPin = $mixPin; $this->apiParams["mixPin"] = $mixPin; } public function getShopId() { return $this->shopId; } public function setShopId($shopId) { $this->shopId = $shopId; $this->apiParams["shopId"] = $shopId; } public function getApiMethodName(){ return 'suning.custom.shopfavorited.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->shopId, 'shopId'); } public function getBizName(){ return "getShopfavorited"; } } ?>