- <?php
- namespace addons\Recommen\console\controllers;
- use yii\console\Controller;
- class TestController extends Controller
- {
- public function actionTest()
- {
- \addons\Recommen\common\listeners\OrderFinishListener::async_handle(['id' => 15357]);
- \addons\Recommen\common\listeners\UserRegisterListener::async_handle(['user_id' => 172225]);
- }
- }
|