quguofeng 1 年之前
父节点
当前提交
48c1c895c8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/controller/api/Auth.php

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

@@ -210,7 +210,6 @@ class Auth extends BaseController
         $make = app()->make(WechatUserRepository::class);
         $order_id = $this->request->param('order_id', 0);
         $wechatInfo['order_id'] = $order_id;
-        var_dump($wechatInfo);exit();
         $user = $make->syncUser($wechatInfo['openid'], $wechatInfo);
         if (!$user)
             return app('json')->fail('授权失败[003]');