正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -15,8 +15,8 @@ return [ | @@ -15,8 +15,8 @@ return [ | ||
15 | // 这个是单独处理的 aicc那边的应用 | 15 | // 这个是单独处理的 aicc那边的应用 |
16 | 'v2/lists' => [\Controller\v2\Home::class, 'lists'], | 16 | 'v2/lists' => [\Controller\v2\Home::class, 'lists'], |
17 | // 黑格专用路由 | 17 | // 黑格专用路由 |
18 | - 'fob/lists' => [\Controller\fob_ai\MailList::class, 'lists'], | ||
19 | - 'fob/count' => [\Controller\fob_ai\MailList::class, 'count'],// 统计数量 | 18 | + 'fob/lists' => [\Controller\fob_ai\MailListV2::class, 'lists'], |
19 | + 'fob/count' => [\Controller\fob_ai\MailListV2::class, 'count'],// 统计数量 | ||
20 | 20 | ||
21 | 'fob/v2/lists' => [\Controller\fob_ai\MailListV2::class, 'lists'], | 21 | 'fob/v2/lists' => [\Controller\fob_ai\MailListV2::class, 'lists'], |
22 | 'fob/v2/count' => [\Controller\fob_ai\MailListV2::class, 'count'],// 统计数量 | 22 | 'fob/v2/count' => [\Controller\fob_ai\MailListV2::class, 'count'],// 统计数量 |
-
请 注册 或 登录 后发表评论