laowu 19 часов назад
Родитель
Сommit
b17cad829a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Controllers/Game/AgentController.php

+ 1 - 0
app/Http/Controllers/Game/AgentController.php

@@ -59,6 +59,7 @@ class AgentController extends Controller
         AgentLinks::where('GlobalUID',$GlobalUID)->update(['Channel'=>$Channel]);
         $UserID=ServerService::GlobalToUserID($GlobalUID);
         AccountsInfo::where('UserID',$UserID)->update(['Channel'=>$Channel]);
+        Log::info("用戶渠道修改", ['UserID'=>$UserID, 'Channel'=>$Channel]);
     }
     public function newAgent(Request $request)
     {