刘旸(Liu Yang)
Results
1
comments of
刘旸(Liu Yang)
> ` private string GetUniqueId() { string text = null; if (GRDKPlayerManager.TryGetUserId(out var userId)) { text = userId.ToString(); } return (text == null) ? SystemInfo.get_deviceUniqueIdentifier() : text; }` Hello, i...