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
4f7e85f8
...
4f7e85f85b5eabce9119da800073ec98d84b55f9
authored
2022-05-26 18:31:25 +0800
by
mengfan.xie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
release
1 parent
11e99621
Show 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 @
4f7e85f
...
...
@@ -43,7 +43,7 @@ class WorkController extends BaseController
{
$singerName
=
$request
->
get
(
'singerName'
,
''
);
if
(
empty
(
$singerName
)){
return
Response
::
error
(
-
1
,
'请填写歌手名称'
);
return
Response
::
success
([
'data'
=>
[],
'max_page'
=>
1
]
);
}
$page
=
(
int
)
$request
->
get
(
'page'
,
1
);
$size
=
(
int
)
$request
->
get
(
'size'
,
20
);
...
...
Please
register
or
sign in
to post a comment