| 
...
 | 
...
 | 
@@ -15,8 +15,8 @@ return [ | 
| 
 | 
 | 
     // 这个是单独处理的 aicc那边的应用
 | 
| 
 | 
 | 
     'v2/lists' =>  [\Controller\v2\Home::class, 'lists'],
 | 
| 
 | 
 | 
     // 黑格专用路由
 | 
| 
 | 
 | 
     'fob/lists' =>  [\Controller\fob_ai\MailList::class, 'lists'],
 | 
| 
 | 
 | 
     'fob/count' =>  [\Controller\fob_ai\MailList::class, 'count'],// 统计数量
 | 
| 
 | 
 | 
     'fob/lists' =>  [\Controller\fob_ai\MailListV2::class, 'lists'],
 | 
| 
 | 
 | 
     'fob/count' =>  [\Controller\fob_ai\MailListV2::class, 'count'],// 统计数量
 | 
| 
 | 
 | 
 
 | 
| 
 | 
 | 
     'fob/v2/lists' =>  [\Controller\fob_ai\MailListV2::class, 'lists'],
 | 
| 
 | 
 | 
     'fob/v2/count' =>  [\Controller\fob_ai\MailListV2::class, 'count'],// 统计数量
 | 
...
 | 
...
 | 
 |