添加sts返回host参数
parent
0c644ac8dc
commit
d24ff38576
|
|
@ -16,6 +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'),
|
||||
], $aliStsService->createSts($request->user()?->phone)));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue