正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -108,6 +108,7 @@ function sync($email_id){ | @@ -108,6 +108,7 @@ function sync($email_id){ | ||
| 108 | $ids = array_column($ids,'id','uid'); | 108 | $ids = array_column($ids,'id','uid'); |
| 109 | try { | 109 | try { |
| 110 | $result = $mailServer->client->fetch(array_keys($ids),'UID',true); | 110 | $result = $mailServer->client->fetch(array_keys($ids),'UID',true); |
| 111 | + $result = array_column($result,'UID'); | ||
| 111 | }catch (Throwable $e){ | 112 | }catch (Throwable $e){ |
| 112 | return 0; | 113 | return 0; |
| 113 | } | 114 | } |
-
请 注册 或 登录 后发表评论