dataId; } public function setDataId($dataId) { $this->dataId = $dataId; $this->apiParams["dataId"] = $dataId; } public function getPicUrl() { return $this->picUrl; } public function setPicUrl($picUrl) { $this->picUrl = $picUrl; $this->apiParams["picUrl"] = $picUrl; } public function getServiceCode() { return $this->serviceCode; } public function setServiceCode($serviceCode) { $this->serviceCode = $serviceCode; $this->apiParams["serviceCode"] = $serviceCode; } public function getApiMethodName(){ return 'suning.custom.picdetech.add'; } public function getApiParams(){ return $this->apiParams; } public function check(){ //非空校验 RequestCheckUtil::checkNotNull($this->dataId, 'dataId'); RequestCheckUtil::checkNotNull($this->picUrl, 'picUrl'); RequestCheckUtil::checkNotNull($this->serviceCode, 'serviceCode'); } public function getBizName(){ return "addPicdetech"; } } ?>