|
...
|
...
|
@@ -26,10 +26,10 @@ class MailController extends BaseController |
|
|
|
$lists = $lists->toArray();
|
|
|
|
}
|
|
|
|
$lists['unreadNum'] = $this->unreadNum($mailUserModel,$lists['total']);
|
|
|
|
if(!empty($lists['list'])){
|
|
|
|
//验证未读还是已读
|
|
|
|
$lists = $this->verifyRead($lists['list']);
|
|
|
|
}
|
|
|
|
// if(!empty($lists['list'])){
|
|
|
|
// //验证未读还是已读
|
|
|
|
// $lists = $this->verifyRead($lists['list']);
|
|
|
|
// }
|
|
|
|
$this->response('success',Code::SUCCESS,$lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|