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
ea5b0d1d
...
ea5b0d1de7c685f2823f4c79894abc6c86e0e7e6
authored
2022-07-01 16:06:08 +0800
by
mengfan.xie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
创建艺人
1 parent
54f1acd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/Release/WorkController.php
app/Http/Controllers/Release/WorkController.php
View file @
ea5b0d1
...
...
@@ -58,7 +58,7 @@ class WorkController extends BaseController
$singer_param
=
$request
->
all
();
$file_name
=
trim
(
head
(
explode
(
'?'
,
$singer_param
[
'singerPic'
])));
//去掉签名
$param
=
[
'type'
=>
0
,
'type'
=>
'0'
,
'fileUrl'
=>
$singer_param
[
'singerPic'
]
??
''
,
'fileName'
=>
last
(
explode
(
'/'
,
$file_name
))
??
'艺人头像.jpg'
,
];
...
...
Please
register
or
sign in
to post a comment