wupengfei 2 years ago
parent
commit
453f203b01
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/admin/controller/api/Plugs.php

+ 0 - 1
application/admin/controller/api/Plugs.php

@@ -93,7 +93,6 @@ class Plugs extends Controller
     {
         if ($this->getUploadType() === 'qiniu') {
             $file = File::instance('qiniu');
-            var_dump(['url' => $file->upload(true), 'token' => $file->buildUploadToken(), 'uptype' => $this->getUploadType()]);
             return ['url' => $file->upload(true), 'token' => $file->buildUploadToken(), 'uptype' => $this->getUploadType()];
         } else {
             return ['url' => '?s=admin/api.plugs/upload', 'token' => uniqid('local_upload_'), 'uptype' => $this->getUploadType()];