From 7a252aec0a83260981b15b7edf74fdeca052af1b Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Mon, 15 Jul 2024 15:15:21 +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 00a6fa20..ab80e7d8 100644 --- a/app/common/library/baidu/OcrLicense.php +++ b/app/common/library/baidu/OcrLicense.php @@ -122,7 +122,7 @@ class OcrLicense if (!empty($result->access_token)) { $token = $result->access_token; } else { - $this->msg = '获取token失败' . json_encode($result) . 'client_id:' . $this->clientId . ' client_secret:' . $this->clientSecret; + $this->msg = '获取token失败'; } return $token; }