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