6
0
Fork 0
release
panliang 2022-06-27 09:49:11 +08:00
parent 4a06493d78
commit c52dd897f5
1 changed files with 1 additions and 1 deletions

View File

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