shizhongqi 1 месяц назад
Родитель
Сommit
139e769c54
1 измененных файлов с 1 добавлено и 8 удалено
  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,