Browse Source

日志更新

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

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

@@ -168,6 +168,8 @@ class QappUserService
             if(empty($user->id)){
                 myLog('qapp_user_register')->info($device_no.'--'.$channel_id.'--'.json_encode($qapp_user));
             }
+        }else{
+            myLog('qapp_user_register')->info('qapp_user:no:'.$device_no.'--'.$channel_id);
         }
         return $qapp_user;
     }