Browse Source

wesmiler 更新第5期更新代码合并

wesmiler 4 years ago
parent
commit
c993be136e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/weixin/controller/AuthController.php

+ 0 - 1
app/weixin/controller/AuthController.php

@@ -93,7 +93,6 @@ class AuthController extends BaseController
         }
 
         $params['user_id'] = $userId;
-        var_dump($params);
         PRedis::set("caches:faceAuth:result:{$bizNo}", $params, 3600);
 
         return $this->fetch();