zhuchengjie 3 년 전
부모
커밋
23ab76adc3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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');