From 4f9611675cefb10012c77d38796c25daed6a60f1 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Mon, 15 Jul 2024 13:30:39 +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 a446a083..78752909 100644 --- a/app/common/library/baidu/OcrLicense.php +++ b/app/common/library/baidu/OcrLicense.php @@ -121,7 +121,7 @@ class OcrLicense if (!empty($result->access_token)) { $token = $result->access_token; } else { - $this->msg = '获取token失败'; + $this->msg = '获取token失败' . $this->clientId . ' ' . $this->clientSecret; } return $token; }