|
@@ -265,6 +265,7 @@ class OPPOPushCommon
|
|
|
$response = $client->request('POST', '', $data);
|
|
|
$body = $response->getBody();
|
|
|
$this->logPush(__FUNCTION__, 'body', compact('body'));
|
|
|
+ $this->logPush(__FUNCTION__, 'body', $data);
|
|
|
$result = json_decode($body, true);
|
|
|
if(isset($result['data']) && !empty($result['data'])){
|
|
|
$authToken = getProp($result['data'], 'auth_token');
|