Example #1
0
        public void GetGroupBuyingProductListNew()
        {
            var result = _client.GetGroupBuyingProductListNew(new GroupBuyingQueryRequest
            {
                PageIndex       = 1,
                PageSize        = 102,
                SortType        = 1,
                Channel         = "kH5",
                NewCategoryCode = 12,
                IsOldUser       = false,
                KeyWord         = "米奇林"
            });

            Assert.IsNotNull(result.Result);
        }