6
0
Fork 0

添加sts返回host参数

release
vine_liutk 2021-12-22 21:13:26 +08:00
parent 0c644ac8dc
commit d24ff38576
1 changed files with 1 additions and 0 deletions

View File

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