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
9e46474c
...
9e46474cb570a59865e348538f7dfcfb117fefe6
authored
2022-10-26 15:22:43 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
65808e65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
9e46474
...
...
@@ -130,9 +130,13 @@ class BaseController extends Controller
{
$common_params
=
array_merge
(
$params
,
$heaers
);
ksort
(
$common_params
);
$params
=
''
;
print_r
(
$common_params
);
foreach
(
$common_params
as
$k
=>
$v
)
{
if
(
''
===
$v
||
null
===
$v
||
[]
===
$v
)
{
...
...
Please
register
or
sign in
to post a comment