xiaogang 4 년 전
부모
커밋
88620e8337
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      app/Services/TencentImAccountService.php

+ 0 - 1
app/Services/TencentImAccountService.php

xqd
@@ -46,7 +46,6 @@ class TencentImAccountService
             $params = Arr::add($params, 'FaceUrl', $user->avatar);
         }
         $apiResult = $this->requestApi($baseApiHost, $params);
-        dd($apiResult);
         self::verifyApiResult($apiResult);
         return self::IM_IDENTIFIER_PREFIX . $user->id;
     }