Browse Source

记录token

tgz 3 năm trước cách đây
mục cha
commit
0a0446a6d5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Modules/User/Services/QappUserService.php

+ 1 - 0
app/Modules/User/Services/QappUserService.php

@@ -68,6 +68,7 @@ class QappUserService
                 // 注册统计
                 QappAddDeskTopService::incrAddDeskTop($uid, QuickConst::FIELD_REGISTER);
             }
+            myLog('login')->info('uid:'.$uid.'-token:'.$token);
             return compact('token', 'time', 'uid');
         } else {
             return [];