|
@@ -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()];
|