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
fd90e1e4
...
fd90e1e49307b348270d2948ccc802f7762df089
authored
2022-10-26 16:04:27 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
ea6a53f9
Hide 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 @
fd90e1e
...
...
@@ -95,7 +95,7 @@ class BaseController extends Controller
$data
=
[
"businessId"
=>
482946
,
"queryType"
=>
"album"
,
"brandId"
=>
103596
"brandId"
=>
7389
];
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
.
'get请求参数'
,
[
'token'
=>
$token
,
'url'
=>
$url
,
'data'
=>
$data
]);
...
...
Please
register
or
sign in
to post a comment