Commit 833a6282 authored by hangjun83's avatar hangjun83

乐妍

parent 8db85e62
...@@ -65,7 +65,7 @@ class LeyanApiService extends PlatformAbstractService ...@@ -65,7 +65,7 @@ class LeyanApiService extends PlatformAbstractService
try{ try{
if($this->checkPlatformStatus()){ if($this->checkPlatformStatus()){
$response = $this->clientRequest('get', $response = $this->clientRequest('get',
$this->platformInfo['platform_url'].'/ProductDate/getToken?username='.$this->platformInfo['platform_params']['username'].'&password='.$this->platformInfo['platform_params']['password'], $this->platformInfo['platform_url'].'/ProductDate/getToken?username='.$this->platformInfo['platform_params']['username'].'&password='.$this->platformInfo['platform_params']['password'],[]
); );
$token = $this->apiResponse($response); $token = $this->apiResponse($response);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment