| xqd
@@ -112,8 +112,8 @@ class TestController
|
|
|
public function jg_auth(){
|
|
|
try {
|
|
|
$disk = Storage::disk('oss');
|
|
|
- $url = "chengluApp/00b68aea42c3edf820a323c2ac69b2b0.jpg";
|
|
|
- $res = $disk->delete($url);
|
|
|
+ $url = "chengluApp/01b28f06-6d45-4e65-a6b7-b96d00f463053878084743848124214.jpg";
|
|
|
+ $res = $disk->exists($url);
|
|
|
}catch (\Exception $exception){
|
|
|
dd($exception);
|
|
|
}
|