Browse Source

聊天上传图片压缩,新增返回原图接口2

master
wanghongjun 7 months ago
parent
commit
7eecda6c88
  1. 1
      app/common/controller/Upload.php

1
app/common/controller/Upload.php

@ -7,6 +7,7 @@ namespace app\common\controller;
use app\BaseController; use app\BaseController;
use app\enterprise\model\{File as FileModel,Message,User,Emoji}; use app\enterprise\model\{File as FileModel,Message,User,Emoji};
use app\manage\model\{Config};
use think\facade\Filesystem; use think\facade\Filesystem;
use think\facade\Request; use think\facade\Request;
use think\File; use think\File;

Loading…
Cancel
Save