作者 邓超

x

... ... @@ -29,6 +29,8 @@ class MailListV2Es2 extends Base {
public function __construct()
{
$this->es = \es('email_lists_copy');
$postid = app()->request('postid','','intval');
$this->es->setIndex('email_lists_branch_'.$postid);
}
... ...