xiaogang 3 年之前
父節點
當前提交
f3361a6109
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/Api/TestController.php

+ 1 - 1
app/Http/Controllers/Api/TestController.php

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