Exemplo n.º 1
0
        public ActionResult GetDetailInfo(long productId)
        {
            var result = _iLimitTimeBuyService.GetDetailInfo(productId);

            result.ProductImg = Mall.Core.MallIO.GetProductSizeImage(result.ProductImg, 1, (int)ImageSize.Size_50);;
            return(Json(result));
        }