|
...
|
...
|
@@ -375,6 +375,8 @@ class AsideTicketController extends BaseController |
|
|
|
}
|
|
|
|
if ($project->wechat_switch)
|
|
|
|
$project->pushWechatGroupMsg();
|
|
|
|
else
|
|
|
|
$this->response('请先点击开关,打开微信推送', Code::USER_MODEL_NOTFOUND_ERROE);
|
|
|
|
$this->response('success', Code::SUCCESS);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|