*
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -23,6 +23,8 @@ class BaseController extends Controller | ... | @@ -23,6 +23,8 @@ class BaseController extends Controller |
23 | public function __construct() | 23 | public function __construct() |
24 | { | 24 | { |
25 | $this->domain = env('TME_DOMAIN','https://openapi-sit.tencentmusic.com'); | 25 | $this->domain = env('TME_DOMAIN','https://openapi-sit.tencentmusic.com'); |
26 | var_dump($this->domain); | ||
27 | exit(); | ||
26 | $this->appId = env('TME_APPID','47820741'); | 28 | $this->appId = env('TME_APPID','47820741'); |
27 | $this->appSecret = env('TME_APPSECRET','nPWFDDHKYCP4bUzoq9zyaJQx4ltQqMSs'); | 29 | $this->appSecret = env('TME_APPSECRET','nPWFDDHKYCP4bUzoq9zyaJQx4ltQqMSs'); |
28 | $this->client = new Client(['verify'=>false]); | 30 | $this->client = new Client(['verify'=>false]); | ... | ... |
-
Please register or sign in to post a comment