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
000bc701
authored
Feb 02, 2018
by
李洋
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
11
parent
68b6a9be
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/Http/Controllers/MessageController.php
app/Http/Controllers/MessageController.php
View file @
000bc701
...
...
@@ -210,7 +210,7 @@ class MessageController extends Controller
foreach
(
$info
as
$tpl
)
{
//将消息渠道从 数字字符串转化为汉字字符串 用于用户展示
$tpl
->
show_channels_str
=
$this
->
changeNumberStrToChineseStr
([
'站内信'
,
'短信'
,
'邮箱'
,
'微信通知'
],
$tpl
->
channels
);
$tpl
->
show_channels_str
=
$this
->
changeNumberStrToChineseStr
([
'站内信'
,
'短信'
,
'邮箱'
,
'微信通知'
,
'钉钉消息'
],
$tpl
->
channels
);
//取出渠道站内信和邮件title 放到info中
$inner_title
=
$cnt
->
table
(
'lie_msg_channel_tpl'
)
->
select
(
'title'
)
...
...
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