laowu пре 1 дан
родитељ
комит
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)
     {