| xqd
@@ -113,7 +113,7 @@ class TestController
|
|
|
try {
|
|
|
$disk = Storage::disk('oss');
|
|
|
$url = "https://zhengda.oss-cn-chengdu.aliyuncs.com/chengluApp/00b68aea42c3edf820a323c2ac69b2b0.jpg";
|
|
|
- $res = $disk->has($url);
|
|
|
+ $res = $disk->exists($url);
|
|
|
}catch (Exception $exception){
|
|
|
dd($exception);
|
|
|
}
|