| | |
| | | /// 川印数据库连类型 |
| | | /// </summary> |
| | | public static readonly string CyDbDbType = AppSettingsHelper.GetContent("CyConnectionStrings", "DbType"); |
| | | |
| | | /// <summary> |
| | | /// 川印派送订单超时时间设置 |
| | | /// </summary> |
| | | public static readonly string CyDeliverOverTime = AppSettingsHelper.GetContent("CyinOs", "CyDeliverOverTime"); |
| | | |
| | | #endregion |
| | | |
| | | #region redis================================================================================ |
| | |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region CyinOs 川印系统相关配置 |
| | | /// <summary> |
| | | /// 公司ID |
| | | /// </summary> |
| | | public static readonly string CyOsFirmIds= AppSettingsHelper.GetContent("CyinOs", "FirmIds"); |
| | | /// <summary> |
| | | /// 职位名称 |
| | | /// </summary> |
| | | public static readonly string CyOsSMPost = AppSettingsHelper.GetContent("CyinOs", "SM_Post"); |
| | | /// <summary> |
| | | /// 川印服务地址 |
| | | /// </summary> |
| | | public static readonly string CYOAHttps = AppSettingsHelper.GetContent("CyinOs", "CYOAHttps"); |
| | | #endregion |
| | | |
| | | } |
| | | } |