Jelajahi Sumber

Wesmiler 校企小程序源代码部署

wesmiler 4 tahun lalu
induk
melakukan
8eb7c43fd1
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      app/api/controller/Passport.php

+ 0 - 1
app/api/controller/Passport.php

@@ -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());
         }