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
897bb977
...
897bb977d256aad24b59062a892645846c7ebab9
authored
2022-10-26 14:26:30 +0800
by
lemon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
*
1 parent
e5dbd056
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
app/Http/Controllers/Release/BaseController.php
app/Http/Controllers/Release/BaseController.php
View file @
897bb97
...
...
@@ -23,6 +23,8 @@ class BaseController extends Controller
public
function
__construct
()
{
$this
->
domain
=
env
(
'TME_DOMAIN'
,
'https://openapi-sit.tencentmusic.com'
);
var_dump
(
$this
->
domain
);
exit
();
$this
->
appId
=
env
(
'TME_APPID'
,
'47820741'
);
$this
->
appSecret
=
env
(
'TME_APPSECRET'
,
'nPWFDDHKYCP4bUzoq9zyaJQx4ltQqMSs'
);
$this
->
client
=
new
Client
([
'verify'
=>
false
]);
...
...
Please
register
or
sign in
to post a comment