dever 6 years ago
parent
commit
d9648e0ea4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.php

+ 1 - 1
src/App.php

@@ -82,7 +82,7 @@ class App extends Base
         }
 
         # 记录app登录日志
-        $appData = array('info_id' => $this->data['info']['id'], 'uid' => $uid, 'source_type' => $source_type);
+        $appData = array('uid' => $uid, 'source_type' => $source_type);
         $app = Dever::db('passport/app')->one($appData);
         if (!$app) {
         	Dever::db('passport/app')->insert($appData);