feat: 实现媒体播放功能,支持本地文件和重定向,添加相关测试用例
This commit is contained in:
@@ -170,7 +170,7 @@ func (s *mediaAsset) AdminUploadInit(ctx context.Context, tenantID, operatorUser
|
||||
UserID: operatorUserID,
|
||||
Type: typ,
|
||||
Status: consts.MediaAssetStatusUploaded,
|
||||
Provider: "stub",
|
||||
Provider: "local",
|
||||
Bucket: "",
|
||||
ObjectKey: objectKey,
|
||||
Meta: types.JSON(metaBytes),
|
||||
|
||||
Reference in New Issue
Block a user