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
935f0469
...
935f0469eb3a80b959045bd759bf96014a414f92
authored
2022-11-03 10:14:48 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
bb4228a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
935f046
...
...
@@ -103,9 +103,6 @@ class BaseController extends Controller
$params
[
'tmeBrandId'
]
=
$params
[
'tmeBrandId'
]
??
8888888
;
}
echo
$url
;
exit
();
$headers
=
$this
->
parseHeaders
(
$params
);
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
,
[
'token'
=>
$token
,
'url'
=>
$url
,
'params'
=>
$params
]);
...
...
Please
register
or
sign in
to post a comment