Commit aaef4923 by 李洋

111

parent 000bc701
...@@ -332,7 +332,7 @@ class MessageController extends Controller ...@@ -332,7 +332,7 @@ class MessageController extends Controller
'站内信', '站内信',
'短信', '短信',
'邮件', '邮件',
'微信通知' '微信通知',
]; ];
$data=[ $data=[
...@@ -424,7 +424,8 @@ class MessageController extends Controller ...@@ -424,7 +424,8 @@ class MessageController extends Controller
'站内信', '站内信',
'短信', '短信',
'邮件', '邮件',
'微信通知' '微信通知',
'钉钉消息'
]; ];
$data=[ $data=[
......
...@@ -110,6 +110,9 @@ ...@@ -110,6 +110,9 @@
case 4: case 4:
$obj->channel_type = "微信通知"; $obj->channel_type = "微信通知";
break; break;
case 5:
$obj->channel_type = "钉钉消息";
break;
default: default:
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment