Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into lyh-server
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -375,6 +375,8 @@ class AsideTicketController extends BaseController | @@ -375,6 +375,8 @@ class AsideTicketController extends BaseController | ||
| 375 | } | 375 | } |
| 376 | if ($project->wechat_switch) | 376 | if ($project->wechat_switch) |
| 377 | $project->pushWechatGroupMsg(); | 377 | $project->pushWechatGroupMsg(); |
| 378 | + else | ||
| 379 | + $this->response('请先点击开关,打开微信推送', Code::USER_MODEL_NOTFOUND_ERROE); | ||
| 378 | $this->response('success', Code::SUCCESS); | 380 | $this->response('success', Code::SUCCESS); |
| 379 | } | 381 | } |
| 380 | } | 382 | } |
-
请 注册 或 登录 后发表评论