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
933f7f38
...
933f7f38e2a86ca063b6dae0b6b30bce1e052e64
authored
2022-06-13 12:26:20 +0800
by
mengfan.xie
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
release
1 parent
e526a690
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 @
933f7f3
...
...
@@ -85,7 +85,7 @@ class BaseController extends Controller
$params
=
$reqData
;
}
$params
[
'tmeBrandId'
]
=
(
int
)
env
(
'TME_BRANDID'
,
8888888
);
var_dump
(
json_encode
(
$params
,
JSON_UNESCAPED_UNICODE
|
JSON_UNESCAPED_SLASHES
));
// var_dump(json_encode($params,JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES)); //请求参数
$headers
=
$this
->
parseHeaders
(
$params
);
switch
(
strtoupper
(
$method
))
{
case
'GET'
:
...
...
Please
register
or
sign in
to post a comment