pull/5/head
wanghousheng 4 months ago
parent 3da7843a70
commit 7a252aec0a
  1. 2
      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;
}

Loading…
Cancel
Save