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; }