export class BasicConstant { static readonly SPACE_SM = 4 static readonly SPACE_MD = 10 static readonly SPACE_LG = 0 static readonly getyyzc="https://doc.igandan.com/app/integral/permission_expert.html";//隐私政策 static readonly getzcxy = "http://app.igandan.com/expert_zcxy.jsp";// 注册协议正式地址 //测试环境 // static readonly urlExpertAPI = "https://dev-app.igandan.com/app/expertAPI/"; // static readonly urlExpertApp = "https://dev-app.igandan.com/app/expertApp/" // static readonly urlHtml = "http://dev-doc.igandan.com/app/" // static readonly urlImage = "https://dev-doc.igandan.com/app/" // static readonly urlExpert = "https://dev-app.igandan.com/app/expert/" // static readonly wxUrl = "https://dev-wx.igandan.com/"; // static readonly polvId = "11";//保利威视学员id //正式环境 static readonly urlExpertAPI = "https://app.igandan.com/app/expertAPI/"; static readonly urlExpertApp = "http://app.igandan.com/app/expertApp/" static readonly urlHtml = "http://doc.igandan.com/app/" static readonly urlImage = "http://doc.igandan.com/app/" static readonly urlExpert = "http://app.igandan.com/app/expert/" static readonly wxUrl = "https://wx.igandan.com/";// 微信服务器地址 static readonly polvId = "21";//保利威视学员id static readonly getStartpage=BasicConstant.urlExpertApp + "startpage"; static readonly meetingListV2=BasicConstant.urlExpertAPI + "meetingListV2"; static readonly meetingV2Video=BasicConstant.urlExpertAPI + "meetingV2Video"; static readonly getTypeUuidByName=BasicConstant.urlExpertApp + "getTypeUuidByName"; static readonly zhibourl = BasicConstant.wxUrl+"hcp/setInfo"; static readonly videoByTypeNew = BasicConstant.urlExpertApp + 'videoByTypeNew' static readonly videoDetail = BasicConstant.urlExpertAPI + "videoDetail"; static readonly videoCommentListV2 = BasicConstant.urlExpertAPI + "videoCommentListV2";//视频详情评价列表 static readonly addCommentV2 = BasicConstant.urlExpertAPI+'addCommentV2';//评论回复 static readonly deleteComment = BasicConstant.urlExpertApp+'deleteComment';//删除评论 static readonly meetingHistoryList = BasicConstant.urlExpertAPI + "meetingHistoryList"; static readonly videoRoll = BasicConstant.urlExpertAPI + "videoRoll"; static readonly expertVideoTypeList = BasicConstant.urlExpertAPI + "expertVideoTypeList"; static readonly videoByKeyWordsNew = BasicConstant.urlExpertApp + "videoByKeyWordsNew"; static readonly tagList = BasicConstant.urlExpertApp + "tagList"; static readonly meetingListBySearch = BasicConstant.urlExpertAPI + "meetingListBySearch"; static readonly videoBySearchNew = BasicConstant.urlExpertApp+'videoBySearchNew';//搜索肝胆视频列表 static readonly myData = BasicConstant.urlExpertAPI+'my'; static readonly gethonorDetail = BasicConstant.urlExpertAPI+'gethonorDetail'; static readonly updatePwd = BasicConstant.urlExpertAPI+'updatePwd' static readonly read = BasicConstant.urlExpert+'read'//视频阅读数 static readonly POLVID ='PolvId'//保利观众id static readonly province=['全国','北京市','天津市','河北省','山西省' ,'内蒙古自治区','辽宁省','吉林省','黑龙江省','上海市','江苏省','浙江省' ,'安徽省','福建省','江西省','山东省','河南省','湖北省','湖南省','广东省', '广西壮族自治区','海南省','重庆市','四川省','贵州省','云南省','西藏自治区', '陕西省','甘肃省','青海省','宁夏回族自治区','新疆维吾尔自治区','台湾省','香港特别行政区','澳门特别行政区'] //通知事件ID static readonly notification_back_refreshData = 250529;//返回上页通知刷新数据 //首页tabContent切换事件通知 static readonly notification_home_tab_change = 25060413; }