add clear

This commit is contained in:
2021-04-06 15:15:37 +08:00
parent 092e355850
commit 80abb3a20a
10 changed files with 60 additions and 60 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ class Template extends \wchat\base\Template
private $sendUrl = 'https://api.q.qq.com/api/json/template/send';
public function getUrl(): string
public function getUrl()
{
return $this->sendUrl;
}