invAddrId = $invAddrId; $this->apiParams["invAddrId"] = $invAddrId; } public function getInvAddrId() { return $this->invAddrId; } public function getApiMethodName() { return 'suning.custom.invaddress.get'; } public function getApiParams() { return $this->apiParams; } public function check() { RequestCheckUtil::checkNotNull($this->invAddrId, 'invAddrId'); } public function getBizName(){ return "invaddress"; } } ?>