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
0f928aa2
...
0f928aa2e336b85d031123df52252b72812db3d4
authored
2023-02-02 17:23:11 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'release' of gitlab.hikoon.com:zhaocong/musician-api.hikoon.com
2 parents
11a2902d
82fc5a54
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
0f928aa
...
...
@@ -174,6 +174,8 @@ class BaseController extends Controller
}
}
file_put_contents
(
'1.log'
,
$params
);
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
.
':签名参数'
,
[
'common_params'
=>
$common_params
,
'appSecret'
=>
$this
->
appSecret
,
...
...
Please
register
or
sign in
to post a comment