创建艺人
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -58,7 +58,7 @@ class WorkController extends BaseController | ... | @@ -58,7 +58,7 @@ class WorkController extends BaseController |
58 | $singer_param = $request->all(); | 58 | $singer_param = $request->all(); |
59 | $file_name = trim(head(explode('?',$singer_param['singerPic']))); //去掉签名 | 59 | $file_name = trim(head(explode('?',$singer_param['singerPic']))); //去掉签名 |
60 | $param = [ | 60 | $param = [ |
61 | 'type' =>0, | 61 | 'type' =>'0', |
62 | 'fileUrl' =>$singer_param['singerPic'] ?? '', | 62 | 'fileUrl' =>$singer_param['singerPic'] ?? '', |
63 | 'fileName' =>last(explode('/',$file_name)) ?? '艺人头像.jpg', | 63 | 'fileName' =>last(explode('/',$file_name)) ?? '艺人头像.jpg', |
64 | ]; | 64 | ]; | ... | ... |
-
Please register or sign in to post a comment