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
148fccb6
...
148fccb6b061b9dd0408ac3eea0987831d25e39e
authored
2022-09-26 19:22:17 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
aef9a9d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Services/MusicianUserService.php
app/Services/MusicianUserService.php
View file @
148fccb
...
...
@@ -20,7 +20,7 @@ class MusicianUserService extends Service
*/
public
function
userInfo
()
{
$user_ids
=
array_map
(
function
(
$
k
,
$v
)
{
return
intval
(
$v
);},
$this
->
request
->
input
(
'user_ids'
,
[]));
$user_ids
=
array_map
(
function
(
$
v
)
{
return
intval
(
$v
);},
$this
->
request
->
input
(
'user_ids'
,
[]));
if
(
empty
(
$user_ids
))
return
Response
::
success
();
...
...
Please
register
or
sign in
to post a comment