...
|
...
|
@@ -18,6 +18,9 @@ return [ |
|
|
'fob/lists' => [\Controller\fob_ai\MailList::class, 'lists'],
|
|
|
'fob/count' => [\Controller\fob_ai\MailList::class, 'count'],// 统计数量
|
|
|
|
|
|
'fob/v2/lists' => [\Controller\fob_ai\MailListV2::class, 'lists'],
|
|
|
'fob/v2/count' => [\Controller\fob_ai\MailListV2::class, 'count'],// 统计数量
|
|
|
|
|
|
// 邮件详情
|
|
|
'info' => [\Controller\Home::class, 'info'],
|
|
|
// 邮件文件夹
|
...
|
...
|
|