Browse Source

Wesmiler 校企小程序源代码部署

wesmiler 4 years ago
parent
commit
28d0d2be7a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/api/controller/Passport.php

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

@@ -61,6 +61,7 @@ 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());
         }