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
2f3af8d8
...
2f3af8d808fb893830972c848c2ab4b518fb4702
authored
2022-11-26 11:36:44 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
b5b05523
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
2f3af8d
...
...
@@ -161,8 +161,6 @@ class BaseController extends Controller
ksort
(
$common_params
);
$params
=
''
;
foreach
(
$common_params
as
$k
=>
$v
)
{
if
(
''
===
$v
||
null
===
$v
||
[]
===
$v
)
{
...
...
@@ -176,6 +174,8 @@ class BaseController extends Controller
}
}
echo
$params
;
exit
();
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
.
':签名参数'
,
[
'common_params'
=>
$common_params
,
...
...
Please
register
or
sign in
to post a comment