mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]增加 Ali OSS 支持
This commit is contained in:
parent
d94f9d29a6
commit
0ba396bb4e
@ -14,6 +14,13 @@
|
|||||||
|
|
||||||
namespace app\index\controller;
|
namespace app\index\controller;
|
||||||
|
|
||||||
class Test extends \controller\BasicApi {
|
use controller\BasicApi;
|
||||||
|
use service\FileService;
|
||||||
|
|
||||||
|
class Test extends BasicApi {
|
||||||
|
|
||||||
|
public function index() {
|
||||||
|
dump(FileService::oss('fassdfsa', 'fsadfasdf'));
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user