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