/// <summary> /// 获取支付方式渠道集合 /// </summary> public static IEnumerable <ChannelDictionariesModel> GetU_ChannelPayList() { try { return(SE_GiftManageConfigDAL.GetU_ChannelPayListNew(ProcessConnection.OpenGungnirReadOnly)); } catch (Exception ex) { throw ex; } }