| 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);
|