Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Cong.Zhao
/
musician-api.hikoon.com
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
01cd8cf4
...
01cd8cf43e15ee46401848dc1914ced326012f61
authored
2022-04-28 13:23:24 +0800
by
mengfan.xie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
release
1 parent
bd9a6283
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
22 deletions
app/Http/Controllers/Release/BaseController.php
database/release/commitContent.query.php
database/release/upload.query.php
app/Http/Controllers/Release/BaseController.php
View file @
01cd8cf
...
...
@@ -82,6 +82,9 @@ class BaseController extends Controller
$data_file
=
database_path
(
'Release/'
.
last
(
explode
(
"/"
,
$uri
))
.
'.query.php'
);
$params
=
include
(
"
$data_file
"
);
$params
[
'tmeBrandId'
]
=
105737
;
if
(
last
(
explode
(
"/"
,
$uri
))
==
'upload'
){
$params
[
'md5'
]
=
md5
(
$params
[
'url'
]);
}
}
else
{
$params
=
$reqData
;
}
...
...
database/release/commitContent.query.php
View file @
01cd8cf
<?php
return
[
'cmsAlbumId'
=>
1
,
//接入系统的专辑id
'albumName'
=>
'专辑'
,
//专辑名称
'cmsAlbumId'
=>
null
,
//接入系统的专辑id
'albumName'
=>
'
测试
专辑'
,
//专辑名称
'version'
=>
'dj'
,
//专辑版本
'translationName'
=>
''
,
//专辑翻译名称
'albumPic'
=>
'url'
,
//专辑封面
'albumPicName'
=>
'
url
'
,
//专辑封面名称
'albumPicName'
=>
'
封面.jpg
'
,
//专辑封面名称
'albumSingers'
=>
[
//专辑所属艺人
[
'centralSingerId'
=>
''
,
//曲库歌手id
...
...
@@ -13,18 +13,18 @@ return [
'orderIndex'
=>
''
,
//顺序
]
],
'albumType'
=>
''
,
//专辑类型
'albumType'
=>
'
album
'
,
//专辑类型
'albumArea'
=>
''
,
//专辑地区
'language'
=>
''
,
//专辑语言
'firstGenre'
=>
''
,
//一级流派
'secondGenre'
=>
''
,
//二级流派
'language'
=>
'
普通话,英语
'
,
//专辑语言
'firstGenre'
=>
'
2
'
,
//一级流派
'secondGenre'
=>
'
201
'
,
//二级流派
'albumUpc'
=>
''
,
//专辑upc
'brandShowName'
=>
''
,
//外显厂牌公司名称
'brandId'
=>
1
,
//厂牌ID
'brandName'
=>
''
,
//版权公司名称
'outShowBrandName'
=>
''
,
//外显版权公司名称
'issuedTime'
=>
''
,
//发行时间
'onlineTime'
=>
''
,
//上线时间
'brandId'
=>
1
05737
,
//厂牌ID
'brandName'
=>
'
冰曲文化
'
,
//版权公司名称
'outShowBrandName'
=>
'
北京冰曲文化有限公司
'
,
//外显版权公司名称
'issuedTime'
=>
'
2023-02-11 18:00:00
'
,
//发行时间
'onlineTime'
=>
'
2023-02-11 18:00:00
'
,
//上线时间
'digitalAlbumFlag'
=>
''
,
//数字专辑标识
'digitalAlbum'
=>
[
//数字专辑信息,如果是发布的是数字专辑,则该对象不为空
'preSaleTime'
=>
''
,
//预售时间
...
...
@@ -64,15 +64,15 @@ return [
'orderIndex'
=>
1
,
//顺序
]
],
'cdNo'
=>
''
,
//cd索引
'language'
=>
''
,
//专辑语言
'firstGenre'
=>
''
,
//一级流派
'secondGenre'
=>
''
,
//二级流派
'cdNo'
=>
'
0
'
,
//cd索引
'language'
=>
'
普通话
'
,
//专辑语言
'firstGenre'
=>
'
2
'
,
//一级流派
'secondGenre'
=>
'
201
'
,
//二级流派
'trackExtend'
=>
[
//歌曲扩展信息
'lyricsText'
=>
''
,
//作词人文本,多个作词人通过竖线分隔
'lyricsIds'
=>
[
//作词id,通过竖线分隔
[
'centralSingerId'
=>
''
,
//歌手id
'centralSingerId'
=>
1
,
//歌手id
'singerName'
=>
''
,
//歌手名称
]
],
...
...
@@ -125,8 +125,8 @@ return [
[
'materialName'
=>
''
,
//物料名称
'materialUrl'
=>
''
,
//物料播放地址
'
centralSingerId'
=>
1
,
//曲库的歌手id
'materialId'
=>
1
,
//物料id
'
materialType'
=>
''
,
//物料类型
'materialId'
=>
''
,
//物料id
'materialsType'
=>
''
,
//物料类型
'fileMD5'
=>
''
,
//歌曲文件MD5值
]
...
...
@@ -139,7 +139,7 @@ return [
'lyricsCopyright'
=>
[
//词版权
'trackId'
=>
1
,
//关联作品 id
'trackId'
=>
null
,
//关联作品 id
'originalCopyrightId'
=>
1
,
//原始版权方id
'originalCopyrightName'
=>
''
,
//原始版权方名称
'copyrightStartTime'
=>
''
,
//版权开始时间
...
...
@@ -177,7 +177,8 @@ return [
'canCoverConditions'
=>
1
,
//翻唱条件1需要沟通2无需沟通
],
'composingCopyright'
=>
[
//曲版权
'composingCopyright'
=>
//曲版权
[
'trackId'
=>
1
,
//关联作品 id
'originalCopyrightId'
=>
''
,
//原始版权方id
'originalCopyrightName'
=>
''
,
//原始版权方名称
...
...
database/release/upload.query.php
View file @
01cd8cf
...
...
@@ -3,5 +3,7 @@ return [
'url'
=>
'海葵测试艺人02'
,
'type'
=>
0
,
//文件类型: 0:图片 1:授权文件 2:音频 3:歌词 4:视频
'fileName'
=>
'文件名称'
,
'md5'
=>
''
];
...
...
Please
register
or
sign in
to post a comment