diff --git a/catch/wechat/controller/Graphic.php b/catch/wechat/controller/Graphic.php new file mode 100644 index 0000000..ef90e0a --- /dev/null +++ b/catch/wechat/controller/Graphic.php @@ -0,0 +1,10 @@ + [ 'local' => [ 'type' => 'local', - 'root' => app()->getRuntimePath() . 'storage', - 'domain' => '', + 'root' => app()->getRootPath() . 'public/images', + 'domain' => env('API_URL'), ], 'public' => [ // 磁盘类型