var CommonParameter=function() { CommonParameter.initializeBase(this); this._timeout = 0; this._userContext = null; this._succeeded = null; this._failed = null; } CommonParameter.prototype={ _get_path:function() { var p = this.get_path(); if (p) return p; else return CommonParameter._staticInstance.get_path();}, sp_Query_weixinUrl:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_weixinUrl',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_ProvinceList_DY:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_ProvinceList_DY',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_CityList_DY:function(XZQHBM,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_CityList_DY',false,{XZQHBM:XZQHBM},succeededCallback,failedCallback,userContext); }, sp_Query_CountyList_DY:function(XZQHBM,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_CountyList_DY',false,{XZQHBM:XZQHBM},succeededCallback,failedCallback,userContext); }, sp_Query_Vocation:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_Vocation',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_NationList:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_NationList',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_ProvinceList:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_ProvinceList',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_CityList:function(provinceID,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_CityList',false,{provinceID:provinceID},succeededCallback,failedCallback,userContext); }, sp_Query_IpArea:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_IpArea',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_Language:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_Language',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_SiteNotice:function(rowCount,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_SiteNotice',false,{rowCount:rowCount},succeededCallback,failedCallback,userContext); }, sp_Query_SiteNotice_Content:function(snID,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_SiteNotice_Content',false,{snID:snID},succeededCallback,failedCallback,userContext); }, sp_Query_weixinArg:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_weixinArg',false,{},succeededCallback,failedCallback,userContext); }, sp_Manage_weixinArg:function(function_id,Token,appId,appSecret,showID,WeiXinID,weixinArgID,urlStr,tokenUrl,leavewords_userID,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Manage_weixinArg',false,{function_id:function_id,Token:Token,appId:appId,appSecret:appSecret,showID:showID,WeiXinID:WeiXinID,weixinArgID:weixinArgID,urlStr:urlStr,tokenUrl:tokenUrl,leavewords_userID:leavewords_userID},succeededCallback,failedCallback,userContext); }, sp_Query_AlarmPara:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_AlarmPara',false,{},succeededCallback,failedCallback,userContext); }, sp_manage_alarmPara:function(function_ID,alarmType,para,users,alarmParaID,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_manage_alarmPara',false,{function_ID:function_ID,alarmType:alarmType,para:para,users:users,alarmParaID:alarmParaID},succeededCallback,failedCallback,userContext); }, sp_Query_CommonFiles:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_CommonFiles',false,{},succeededCallback,failedCallback,userContext); }, sp_Query_CommonFilesEx:function(AccountID,userID,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Query_CommonFilesEx',false,{AccountID:AccountID,userID:userID},succeededCallback,failedCallback,userContext); }, sp_Manager_CommonFiles:function(functionID,FileName,SavePath,Note,ID,succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Manager_CommonFiles',false,{functionID:functionID,FileName:FileName,SavePath:SavePath,Note:Note,ID:ID},succeededCallback,failedCallback,userContext); }, sp_Navigation_Menu:function(succeededCallback, failedCallback, userContext) { return this._invoke(this._get_path(), 'sp_Navigation_Menu',false,{},succeededCallback,failedCallback,userContext); }} CommonParameter.registerClass('CommonParameter',Sys.Net.WebServiceProxy); CommonParameter._staticInstance = new CommonParameter(); CommonParameter.set_path = function(value) { CommonParameter._staticInstance.set_path(value); } CommonParameter.get_path = function() { return CommonParameter._staticInstance.get_path(); } CommonParameter.set_timeout = function(value) { CommonParameter._staticInstance.set_timeout(value); } CommonParameter.get_timeout = function() { return CommonParameter._staticInstance.get_timeout(); } CommonParameter.set_defaultUserContext = function(value) { CommonParameter._staticInstance.set_defaultUserContext(value); } CommonParameter.get_defaultUserContext = function() { return CommonParameter._staticInstance.get_defaultUserContext(); } CommonParameter.set_defaultSucceededCallback = function(value) { CommonParameter._staticInstance.set_defaultSucceededCallback(value); } CommonParameter.get_defaultSucceededCallback = function() { return CommonParameter._staticInstance.get_defaultSucceededCallback(); } CommonParameter.set_defaultFailedCallback = function(value) { CommonParameter._staticInstance.set_defaultFailedCallback(value); } CommonParameter.get_defaultFailedCallback = function() { return CommonParameter._staticInstance.get_defaultFailedCallback(); } CommonParameter.set_enableJsonp = function(value) { CommonParameter._staticInstance.set_enableJsonp(value); } CommonParameter.get_enableJsonp = function() { return CommonParameter._staticInstance.get_enableJsonp(); } CommonParameter.set_jsonpCallbackParameter = function(value) { CommonParameter._staticInstance.set_jsonpCallbackParameter(value); } CommonParameter.get_jsonpCallbackParameter = function() { return CommonParameter._staticInstance.get_jsonpCallbackParameter(); } CommonParameter.set_path("/webService/CommonParameter.asmx"); CommonParameter.sp_Query_weixinUrl= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_weixinUrl(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_ProvinceList_DY= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_ProvinceList_DY(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_CityList_DY= function(XZQHBM,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_CityList_DY(XZQHBM,onSuccess,onFailed,userContext); } CommonParameter.sp_Query_CountyList_DY= function(XZQHBM,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_CountyList_DY(XZQHBM,onSuccess,onFailed,userContext); } CommonParameter.sp_Query_Vocation= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_Vocation(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_NationList= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_NationList(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_ProvinceList= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_ProvinceList(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_CityList= function(provinceID,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_CityList(provinceID,onSuccess,onFailed,userContext); } CommonParameter.sp_Query_IpArea= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_IpArea(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_Language= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_Language(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_SiteNotice= function(rowCount,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_SiteNotice(rowCount,onSuccess,onFailed,userContext); } CommonParameter.sp_Query_SiteNotice_Content= function(snID,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_SiteNotice_Content(snID,onSuccess,onFailed,userContext); } CommonParameter.sp_Query_weixinArg= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_weixinArg(onSuccess,onFailed,userContext); } CommonParameter.sp_Manage_weixinArg= function(function_id,Token,appId,appSecret,showID,WeiXinID,weixinArgID,urlStr,tokenUrl,leavewords_userID,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Manage_weixinArg(function_id,Token,appId,appSecret,showID,WeiXinID,weixinArgID,urlStr,tokenUrl,leavewords_userID,onSuccess,onFailed,userContext); } CommonParameter.sp_Query_AlarmPara= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_AlarmPara(onSuccess,onFailed,userContext); } CommonParameter.sp_manage_alarmPara= function(function_ID,alarmType,para,users,alarmParaID,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_manage_alarmPara(function_ID,alarmType,para,users,alarmParaID,onSuccess,onFailed,userContext); } CommonParameter.sp_Query_CommonFiles= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_CommonFiles(onSuccess,onFailed,userContext); } CommonParameter.sp_Query_CommonFilesEx= function(AccountID,userID,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Query_CommonFilesEx(AccountID,userID,onSuccess,onFailed,userContext); } CommonParameter.sp_Manager_CommonFiles= function(functionID,FileName,SavePath,Note,ID,onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Manager_CommonFiles(functionID,FileName,SavePath,Note,ID,onSuccess,onFailed,userContext); } CommonParameter.sp_Navigation_Menu= function(onSuccess,onFailed,userContext) {CommonParameter._staticInstance.sp_Navigation_Menu(onSuccess,onFailed,userContext); } var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor; Type.registerNamespace('System.Data'); if (typeof(System.Data.DataTable) === 'undefined') { System.Data.DataTable=gtc("System.Data.DataTable"); System.Data.DataTable.registerClass('System.Data.DataTable'); }