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
65808e65
...
65808e65e9db913bd167dcc71fad2dfc7cc508a7
authored
2022-10-26 15:19:45 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
5aa1f701
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
65808e6
...
...
@@ -144,6 +144,11 @@ class BaseController extends Controller
$params
.=
$k
.
$v
;
}
}
var_dump
(
$params
);
var_dump
(
$this
->
appSecret
.
$params
.
$this
->
appSecret
);
exit
();
// Log::channel('api')->info($params);
return
strtoupper
(
md5
(
$this
->
appSecret
.
$params
.
$this
->
appSecret
));
}
...
...
Please
register
or
sign in
to post a comment