Skip to content

Commit

Permalink
Update OpenWeWork.php
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Nov 10, 2021
1 parent 8522ae4 commit 4c142a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Providers/OpenWeWork.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ class OpenWeWork extends Base
{
public const NAME = 'open-wework';
protected bool $detailed = false;
protected ?string $suiteTicket;
protected ?int $agentId;
protected ?string $suiteAccessToken;
protected ?string $suiteTicket = null;
protected ?int $agentId = null;
protected ?string $suiteAccessToken = null;
protected string $baseUrl = 'https://qyapi.weixin.qq.com';

public function __construct(array $config)
Expand Down

0 comments on commit 4c142a4

Please sign in to comment.