Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
PaoPao
/
serviceWork
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
77ccf8c2
...
77ccf8c2c7ba71ed1b1a26b40c0c755e52cd55e3
authored
2024-05-27 16:40:41 +0800
by
杨俊
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix(develop): 修复报错
1 parent
b2fe476d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
app/Http/Container/AdminSection/Controllers/Audition/ApplyController.php
app/Http/Request/ActivityExpandRequest.php
app/Http/Container/AdminSection/Controllers/Audition/ApplyController.php
View file @
77ccf8c
...
...
@@ -22,7 +22,6 @@
use
Hikoon\LaravelApi\Support\ApiCode
;
use
Illuminate\Http\Request
;
use
Illuminate\Support\Facades\Auth
;
use
Illuminate\Support\Facades\Bus
;
use
Illuminate\Support\Facades\Cache
;
use
Illuminate\Support\Facades\DB
;
use
Illuminate\Support\Facades\Notification
;
...
...
app/Http/Request/ActivityExpandRequest.php
View file @
77ccf8c
...
...
@@ -11,8 +11,8 @@ protected function getExpand(): array
{
$expand
=
$this
->
input
(
'expand'
,
[]);
return
[
'push_type'
=>
data_get
(
$expand
,
'push_type'
,
[
'tag'
])
,
'push_user'
=>
data_get
(
$expand
,
'push_user'
,
[])
,
'push_type'
=>
[
'tag'
]
,
'push_user'
=>
[]
,
'tag_ids'
=>
data_get
(
$expand
,
'tag_ids'
,
[]),
'lyricist'
=>
[
'ids'
=>
data_get
(
$expand
,
'lyricist.ids'
,
[]),
...
...
Please
register
or
sign in
to post a comment