This commit is contained in:
wangjinlei
2020-11-27 09:49:41 +08:00
parent c3f6a9fcce
commit 56d60e013c
2 changed files with 18 additions and 0 deletions

View File

@@ -81,6 +81,10 @@ class Auto extends Controller {
Queue::push('app\api\job\mail@fire', $maidata, "mail");
}
public function mytest(){
echo 'okokokook!!!!';
}
/**