|
@@ -39,8 +39,6 @@ class Plan extends Backend
|
|
}
|
|
}
|
|
$this->error();
|
|
$this->error();
|
|
}
|
|
}
|
|
- $response = WechatResponse::get(['eventkey' => $row['eventkey']]);
|
|
|
|
- $this->view->assign("response", $response);
|
|
|
|
$this->view->assign("row", $row);
|
|
$this->view->assign("row", $row);
|
|
return $this->view->fetch();
|
|
return $this->view->fetch();
|
|
}
|
|
}
|