add clear

This commit is contained in:
as2252258@163.com
2019-10-25 15:20:09 +08:00
parent 7011a4569d
commit 4a3a3a5091
11 changed files with 1812 additions and 6 deletions
+9
View File
@@ -92,6 +92,15 @@ class Wx
return Notify::getInstance($this->config);
}
/**
* @return Token
*/
public function getToken()
{
return Token::getInstance($this->config);
}
/**
* @return WxClient
*/