file(); if (empty($file)) return $this->failure("请先选择图片"); $url = UploadService::upload($file['fileData']); if (empty($url)) return $this->failure(); return $this->success('ok', $url); } }