Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李洋
/
消息系统
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
aaef4923
authored
Feb 02, 2018
by
李洋
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
111
parent
000bc701
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
app/Http/Controllers/MessageController.php
resources/views/message/allhistorylist.blade.php
app/Http/Controllers/MessageController.php
View file @
aaef4923
...
...
@@ -332,7 +332,7 @@ class MessageController extends Controller
'站内信'
,
'短信'
,
'邮件'
,
'微信通知'
'微信通知'
,
];
$data
=
[
...
...
@@ -424,7 +424,8 @@ class MessageController extends Controller
'站内信'
,
'短信'
,
'邮件'
,
'微信通知'
'微信通知'
,
'钉钉消息'
];
$data
=
[
...
...
resources/views/message/allhistorylist.blade.php
View file @
aaef4923
...
...
@@ -110,6 +110,9 @@
case
4
:
$obj
->
channel_type
=
"微信通知"
;
break
;
case
5
:
$obj
->
channel_type
=
"钉钉消息"
;
break
;
default
:
break
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment