6
0
Fork 0

添加oss返回自有域名

release
vine_liutk 2022-01-04 09:51:19 +08:00
parent a92e162a97
commit c9f392e549
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class AliOssController extends Controller
'region_id'=> 'oss-'.config('filesystems.disks.aliyun.region'),
'bucket'=>config('filesystems.disks.aliyun.bucket'),
'host'=>config('filesystems.disks.aliyun.sts_host'),
'domain'=>config('filesystems.disks.aliyun.domain'),
], $aliStsService->createSts($request->user()?->phone)));
}
}