34 lines
1.3 KiB
PHP
34 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| 模块名称
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
'name' => 'Notification',
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| 消息分类
|
|
|--------------------------------------------------------------------------
|
|
*/
|
|
'types' => [
|
|
'App\\Notifications\\SystemOpenVip' => [
|
|
'name' => '开通会员',
|
|
'icon' => 'http://api.siyuankunlun.cn/storage/materials/2022/08/09/newsIcon_04.jpg',
|
|
],
|
|
'App\\Notifications\\SystemOrderDelivered' => [
|
|
'name' => '发货',
|
|
'icon' => 'http://api.siyuankunlun.cn/storage/materials/2022/08/09/newsIcon_02.png',
|
|
],
|
|
'App\\Notifications\\SystemRemindUserSign' => [
|
|
'name' => '打卡',
|
|
'icon' => 'http://api.siyuankunlun.cn/storage/materials/2022/08/09/newsIcon_01.png',
|
|
],
|
|
// 'App\\Notifications\\SystemUpdateCase' => [
|
|
// 'name' => '上传报告',
|
|
// 'icon' => 'http://api.siyuankunlun.com/storage/materials/2022/08/09/newsIcon_05.png',
|
|
// ],
|
|
],
|
|
]; |