Browse Source

删除不必要的日志

shizhongqi 1 month ago
parent
commit
139e769c54
1 changed files with 1 additions and 8 deletions
  1. 1 8
      common/components/lakala/LakalaOnboardingClient.php

+ 1 - 8
common/components/lakala/LakalaOnboardingClient.php

@@ -98,14 +98,7 @@ class LakalaOnboardingClient
     public function upload($base64, $imgType, $ocr = false)
     {
         $base = $base64;
-        $data = [
-            'file_base64' => $base,
-            'img_type' => $imgType,
-            //'prefix' => 'reg',
-            'sourcechnl' => 0,
-            'is_ocr' => $ocr ? 'true' : 'false',
-        ];
-        Yii::info(json_encode($data));
+        
         return $this->call('/api/v3/tkbs/customer/file/upload', [
             'file_base64' => $base,
             'img_type' => $imgType,