示例#1
0
        public ResData FuzzyGood(string str, int page = 1, int limte = 10)
        {
            var list = home.GetFuzzyGood(str, page, limte);

            return(ResData.Succ(list));
        }