...
|
...
|
@@ -142,10 +142,13 @@ class AutoMail { |
|
|
|
|
|
}
|
|
|
|
|
|
include_once "../vendor/autoload.php";
|
|
|
\Co\run(function (){
|
|
|
include_once "../vendor/autoload.php";
|
|
|
|
|
|
// while(1){
|
|
|
new AutoMail();
|
|
|
new AutoMail();
|
|
|
});
|
|
|
|
|
|
|
|
|
//swoole_set_process_name('auto-reply-run-man');
|
|
|
//
|
...
|
...
|
|