serverId; } public function setServerId($serverId) { $this->serverId = $serverId; $this->apiParams["serverId"] = $serverId; } public function getApiMethodName(){ return 'suning.fws.chargeiteminfo.get'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->serverId, 'serverId'); } public function getBizName(){ return "getChargeItemInfo"; } } ?>