コード例 #1
0
ファイル: MallApplySV.cs プロジェクト: GSIL-Monitor/BTP
 /// <summary>
 /// 获取商品列表 轮播图片 直播列表
 /// </summary>
 /// <param name="search">查询条件model</param>
 /// <returns></returns>
 public Jinher.AMP.BTP.Deploy.CustomDTO.ComdtyListResultCDTO GetCommodityListV3(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListSearchDTO search)
 {
     base.Do(false);
     return(this.GetCommodityListV3Ext(search));
 }
コード例 #2
0
        public Jinher.AMP.BTP.Deploy.CustomDTO.ComdtyListResultCDTO GetCommodityListV3(Jinher.AMP.BTP.Deploy.CustomDTO.CommodityListSearchDTO search)
        {
            //定义返回值
            Jinher.AMP.BTP.Deploy.CustomDTO.ComdtyListResultCDTO result;

            try
            {
                //调用代理方法
                result = base.Channel.GetCommodityListV3(search);
            }
            catch
            {
                //抛异常
                throw;
            }
            finally
            {
                //关链接
                ChannelClose();
            }            //返回结果
            return(result);
        }