add clear

This commit is contained in:
as2252258@163.com
2019-08-29 11:32:58 +08:00
parent 26e691fec8
commit d7953bc801
3 changed files with 604 additions and 16 deletions
+8
View File
@@ -83,4 +83,12 @@ class Wx
{
return Recharge::getInstance($this->config);
}
/**
* @return mixed
*/
public function getNotify()
{
return Notify::getInstance($this->config);
}
}