pull/5/head
wanghousheng 4 months ago
parent a1e03a9707
commit 4f9611675c
  1. 2
      app/common/library/baidu/OcrLicense.php

@ -121,7 +121,7 @@ class OcrLicense
if (!empty($result->access_token)) { if (!empty($result->access_token)) {
$token = $result->access_token; $token = $result->access_token;
} else { } else {
$this->msg = '获取token失败'; $this->msg = '获取token失败' . $this->clientId . ' ' . $this->clientSecret;
} }
return $token; return $token;
} }

Loading…
Cancel
Save