@@ -61,7 +61,6 @@ class Passport extends Controller
// 微信小程序一键登录
$LoginService = new LoginService;
$params = $this->postForm()? $this->postForm() : $this->request->param();
- var_dump($params);
if (!$LoginService->loginMpWx($params)) {
return $this->renderError($LoginService->getError());
}