Exemplo n.º 1
0
        public List <CommodityYouKaDTO> GetCommodityYouKaPercent(GetYouKaPersentDTO input)
        {
            List <CommodityYouKaDTO> result = null;

            try
            {
                Jinher.AMP.YJB.ISV.Facade.CouponFacade facade = new YJB.ISV.Facade.CouponFacade();
                //facade.ContextDTO = AuthorizeHelper.CoinInitAuthorizeInfo();
                result = facade.GetCommodityYouKaPersent(input);
            }
            catch (Exception ex)
            {
                LogHelper.Error("YJBSV.GetCommodityYouKaPersent服务异常,获取商品的油卡兑换券额度异常。 输入:" + JsonHelper.JsonSerializer(input), ex);
            }
            return(result);
        }
Exemplo n.º 2
0
 /// <summary>
 /// 获取商品的油卡兑换券额度
 /// </summary>
 public static List <CommodityYouKaDTO> GetCommodityYouKaPercent(GetYouKaPersentDTO input)
 {
     return(Instance.GetCommodityYouKaPercent(input));
 }