picUrl = $picUrl; $this->apiParams["picUrl"] = $picUrl; } public function getPicUrl() { return $this->picUrl; } public function getApiMethodName() { return 'suning.custom.pic.delete'; } public function getApiParams() { return $this->apiParams; } public function check() { RequestCheckUtil::checkNotNull($this->picUrl, 'picUrl'); } public function getBizName(){ return "pic"; } } ?>