优化微信服务

This commit is contained in:
JaguarJack 2020-06-21 14:41:46 +08:00
parent 092567a169
commit 835b93eaaf

View File

@ -7,8 +7,11 @@ use think\Service;
class CatchWechatService extends Service
{
public function boot()
{}
public function register()
{
parent::boot(); // TODO: Change the autogenerated stub
$this->registerCommand();
}
public function registerCommand()