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
@@ -16,7 +16,7 @@ class Template extends \wchat\base\Template
{
private string $sendUrl = 'https://api.weixin.qq.com/cgi-bin/message/wxopen/template/send';
public function getUrl(): string
public function getUrl()
{
return $this->sendUrl;
}