|
|
@@ -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,
|