Beispiel #1
0
 public Dictionary <string, Object> GetProductList2(int ProductCategoryID, int pageIndex, int pageCount, string sorts, bool isASC, string agentID, bool sbool)
 {
     try
     {
         Dictionary <string, Object> result = CommonRequest.ApiGetProductListByCategoryId(ProductCategoryID, pageIndex, pageCount, sorts, isASC, agentID, sbool);
         return(result);
     }
     catch (Exception e)
     {
         logger.Error("获取产品列表接口异常:" + e);
         return(null);
     }
 }