예제 #1
0
        public void FetchGroupInfoByOrderId()
        {
            var result = _client.FetchGroupInfoByOrderId(163785);

            Assert.IsNull(result.Exception);
        }