pull/5/head
wanghousheng 4 months ago
parent 0f58baa2e9
commit 9bdfae4f8a
  1. 4
      app/common/library/baidu/OcrLicense.php

@ -17,8 +17,8 @@ class OcrLicense
public function __construct(string $clientId, string $clientSecret)
{
$this->clientId = $clientId;
$this->clientSecret = $clientSecret;
$this->clientId = trim($clientId);
$this->clientSecret = trim($clientSecret);
}
public function check($img_url): array

Loading…
Cancel
Save