pull/43/head
杨赟 2 years ago
parent 15f8edc15f
commit 6ebd628712

@ -126,7 +126,7 @@ class Callback extends Controller
$code = Request::instance()->get('code');
$api = new Api(config('wework.corpId'), config('wework.corpSecret'));
$userInfo = $api->getUserInfo($code);
if ($userInfo) {
if ($userInfo['userid']) {
Session::set('wxuser_id', $userInfo['userid']);
$adminUser = db('admin_user')->where('wxwork_id', $userInfo['userid'])->find();
if ($adminUser) {

Loading…
Cancel
Save