Commit aaef4923 by 李洋

111

parent 000bc701
......@@ -332,7 +332,7 @@ class MessageController extends Controller
'站内信',
'短信',
'邮件',
'微信通知'
'微信通知',
];
$data=[
......@@ -424,7 +424,8 @@ class MessageController extends Controller
'站内信',
'短信',
'邮件',
'微信通知'
'微信通知',
'钉钉消息'
];
$data=[
......
......@@ -110,6 +110,9 @@
case 4:
$obj->channel_type = "微信通知";
break;
case 5:
$obj->channel_type = "钉钉消息";
break;
default:
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