2017-07-26 89 views

回答

1

您可以从Laravel验证对象获取客户端ID:

$client_id = auth()->user()->Token()->getAttribute('client_id'); 
相关问题