shopId; } public function setShopId($shopId) { $this->shopId = $shopId; $this->apiParams["shopId"] = $shopId; } public function getApiMethodName(){ return 'suning.custom.shopinfo.query'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 } public function getBizName(){ return "queryShopinfo"; } } ?>