正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -18,6 +18,9 @@ return [ | @@ -18,6 +18,9 @@ return [ | ||
18 | 'fob/lists' => [\Controller\fob_ai\MailList::class, 'lists'], | 18 | 'fob/lists' => [\Controller\fob_ai\MailList::class, 'lists'], |
19 | 'fob/count' => [\Controller\fob_ai\MailList::class, 'count'],// 统计数量 | 19 | 'fob/count' => [\Controller\fob_ai\MailList::class, 'count'],// 统计数量 |
20 | 20 | ||
21 | + 'fob/v2/lists' => [\Controller\fob_ai\MailListV2::class, 'lists'], | ||
22 | + 'fob/v2/count' => [\Controller\fob_ai\MailListV2::class, 'count'],// 统计数量 | ||
23 | + | ||
21 | // 邮件详情 | 24 | // 邮件详情 |
22 | 'info' => [\Controller\Home::class, 'info'], | 25 | 'info' => [\Controller\Home::class, 'info'], |
23 | // 邮件文件夹 | 26 | // 邮件文件夹 |
-
请 注册 或 登录 后发表评论