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
f9d88f79
...
f9d88f79191831325c68e20eae5abb9ac0f90397
authored
2023-05-23 14:48:06 +0800
by
赵聪
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
0eea5428
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
f9d88f7
...
...
@@ -174,7 +174,7 @@ class BaseController extends Controller
}
}
file_put_contents
(
'1.log'
,
$params
,
"
\r\n\r\n
"
,
FILE_APPEND
);
file_put_contents
(
'1.log'
,
$params
.
"
\r\n\r\n
"
,
FILE_APPEND
);
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
.
':签名参数'
,
[
'common_params'
=>
$common_params
,
...
...
Please
register
or
sign in
to post a comment