获取suite_access_token的类有误 #2542
Unanswered
AiKangLin-lab
asked this question in
Q&A
Replies: 1 comment
-
已优化:5aeb35b |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Composer:
public function __construct(
protected string $suiteId,
protected string $suiteSecret,
protected SuiteTicketInterface $suiteTicket,
protected ?string $key = null,
?CacheInterface $cache = null,
?HttpClientInterface $httpClient = null,
) {
$this->httpClient = $httpClient ?? new Client();
$this->cache = $cache ?? new Psr16Cache(new FilesystemAdapter(namespace: 'easywechat', defaultLifetime: 1500));
}
需要实现一个SuiteTicketInterface 但是文档并没有给出
Beta Was this translation helpful? Give feedback.
All reactions