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
e9f3742e
...
e9f3742e4ce9b4cd88cfbc8597ead811f7ca56f0
authored
2022-11-26 11:02:49 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
参数
1 parent
bf56f831
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
e9f3742
...
...
@@ -68,6 +68,9 @@ class BaseController extends Controller
{
if
(
!
$accessToken
=
Cache
::
get
(
CacheKeyTools
::
tmeAccessToken
()))
{
$accessToken
=
$this
->
getToken
();}
echo
$accessToken
;
exit
();
$headers
[
'appId'
]
=
$this
->
appId
;
$headers
[
'accessToken'
]
=
$accessToken
;
$headers
[
'timestamp'
]
=
(
string
)
date
(
'YmdHis'
);
...
...
Please
register
or
sign in
to post a comment