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
9bcd1d3b
...
9bcd1d3b953b2fb6d03aa1bc997083e706cbae3e
authored
2022-07-09 13:53:31 +0800
by
mengfan.xie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改tmeBrandId
1 parent
ea5b0d1d
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 @
9bcd1d3
...
...
@@ -84,7 +84,7 @@ class BaseController extends Controller
}
else
{
$params
=
$reqData
;
}
$params
[
'tmeBrandId'
]
=
(
int
)
env
(
'TME_BRANDID'
,
8888888
)
;
$params
[
'tmeBrandId'
]
=
$params
[
'tmeBrandId'
]
??
8888888
;
Log
::
channel
(
'api'
)
->
info
(
__METHOD__
,
$params
);
// var_dump(json_encode($params,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES)); //请求参数
$headers
=
$this
->
parseHeaders
(
$params
);
...
...
Please
register
or
sign in
to post a comment