From 3da7843a70b9d36ea1b5ea9d5f31b86ed1b80be6 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Mon, 15 Jul 2024 14:58:32 +0800 Subject: [PATCH] 1 --- app/common/library/baidu/OcrLicense.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/library/baidu/OcrLicense.php b/app/common/library/baidu/OcrLicense.php index 6a55bdbd..00a6fa20 100644 --- a/app/common/library/baidu/OcrLicense.php +++ b/app/common/library/baidu/OcrLicense.php @@ -32,7 +32,7 @@ class OcrLicense $url = self::LICENSEURL . '?access_token=' . $token; $result = $this->post($url, $data); $this->msg = json_encode($result); - // $this->validateData($result); + $this->validateData($result); return $this->resultHandle(); }