Ejemplo n.º 1
0
        public void TestGetGameUserSupportInfo()
        {
            var result = _client.GetGameUserSupportInfo(new GetGameUserSupportInfoRequest()
            {
                GameVersion = GameVersionEnum.BUMBLEBEE,
                OpenId      = "213123214"
            });

            result.ThrowIfException();
            Assert.IsNull(result.Exception);
            Assert.IsNotNull(result.Result);
        }