zhuchengjie 3 vuotta sitten
vanhempi
commit
23ab76adc3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      app/Libs/Push/OPPOPush/OPPOPushCommon.php

+ 1 - 0
app/Libs/Push/OPPOPush/OPPOPushCommon.php

@@ -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');