if(typeof Web9eat == "undefined") Web9eat={};
if(typeof Web9eat.Web == "undefined") Web9eat.Web={};
if(typeof Web9eat.Web.UI == "undefined") Web9eat.Web.UI={};
if(typeof Web9eat.Web.UI.Ajax == "undefined") Web9eat.Web.UI.Ajax={};
if(typeof Web9eat.Web.UI.Ajax.BaseAjax == "undefined") Web9eat.Web.UI.Ajax.BaseAjax={};
Web9eat.Web.UI.Ajax.BaseAjax_class = function() {};
Object.extend(Web9eat.Web.UI.Ajax.BaseAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDomain: function() {
		return this.invoke("GetDomain", {}, this.GetDomain.getArguments().slice(0));
	},
	All_ModelList_byType: function(type) {
		return this.invoke("All_ModelList_byType", {"type":type}, this.All_ModelList_byType.getArguments().slice(1));
	},
	Exists_byUserId: function(user_Id) {
		return this.invoke("Exists_byUserId", {"user_Id":user_Id}, this.Exists_byUserId.getArguments().slice(1));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	UserLoginValid: function(strId, passWord, isRemember, logintype) {
		return this.invoke("UserLoginValid", {"strId":strId, "passWord":passWord, "isRemember":isRemember, "logintype":logintype}, this.UserLoginValid.getArguments().slice(4));
	},
	UserRegedit: function(userId, passWord, phone, email) {
		return this.invoke("UserRegedit", {"userId":userId, "passWord":passWord, "phone":phone, "email":email}, this.UserRegedit.getArguments().slice(4));
	},
	AddC_Vote: function(companyId) {
		return this.invoke("AddC_Vote", {"companyId":companyId}, this.AddC_Vote.getArguments().slice(1));
	},
	AddC_usergo: function(companyId, type) {
		return this.invoke("AddC_usergo", {"companyId":companyId, "type":type}, this.AddC_usergo.getArguments().slice(2));
	},
	ComplainAdd: function(c_model, relationId, c_type, title, content, name, tel, email) {
		return this.invoke("ComplainAdd", {"c_model":c_model, "relationId":relationId, "c_type":c_type, "title":title, "content":content, "name":name, "tel":tel, "email":email}, this.ComplainAdd.getArguments().slice(8));
	},
	PartyAdd: function(partyId, phone, age, Occupation, sex, memo, user_count) {
		return this.invoke("PartyAdd", {"partyId":partyId, "phone":phone, "age":age, "Occupation":Occupation, "sex":sex, "memo":memo, "user_count":user_count}, this.PartyAdd.getArguments().slice(7));
	},
	ValidateCode: function() {
		return this.invoke("ValidateCode", {}, this.ValidateCode.getArguments().slice(0));
	},
	Vipcard_Apply: function(fromId, c_name, c_tel, address, c_count, yearCount, c_company, c_memo, vipcard, quantity, orderCode, payType) {
		return this.invoke("Vipcard_Apply", {"fromId":fromId, "c_name":c_name, "c_tel":c_tel, "address":address, "c_count":c_count, "yearCount":yearCount, "c_company":c_company, "c_memo":c_memo, "vipcard":vipcard, "quantity":quantity, "orderCode":orderCode, "payType":payType}, this.Vipcard_Apply.getArguments().slice(12));
	},
	GetEpayUrl: function(name, tel, address, yearsCount, quantity, payCode) {
		return this.invoke("GetEpayUrl", {"name":name, "tel":tel, "address":address, "yearsCount":yearsCount, "quantity":quantity, "payCode":payCode}, this.GetEpayUrl.getArguments().slice(6));
	},
	Vipcard_Renew: function(vipcard, c_name, c_tel, address, c_count, yearCount, c_memo, orderCode, payType) {
		return this.invoke("Vipcard_Renew", {"vipcard":vipcard, "c_name":c_name, "c_tel":c_tel, "address":address, "c_count":c_count, "yearCount":yearCount, "c_memo":c_memo, "orderCode":orderCode, "payType":payType}, this.Vipcard_Renew.getArguments().slice(9));
	},
	GetEpayUrl_Vipcard_Renew: function(vipcard, name, tel, yearsCount, payCode) {
		return this.invoke("GetEpayUrl_Vipcard_Renew", {"vipcard":vipcard, "name":name, "tel":tel, "yearsCount":yearsCount, "payCode":payCode}, this.GetEpayUrl_Vipcard_Renew.getArguments().slice(5));
	},
	SendSms: function(smsContent, tel, relationId, tableName) {
		return this.invoke("SendSms", {"smsContent":smsContent, "tel":tel, "relationId":relationId, "tableName":tableName}, this.SendSms.getArguments().slice(4));
	},
	getLocaldictList: function(key, keyType, cityId) {
		return this.invoke("getLocaldictList", {"key":key, "keyType":keyType, "cityId":cityId}, this.getLocaldictList.getArguments().slice(3));
	},
	setLocalAddress: function(addressType, localName, cityId) {
		return this.invoke("setLocalAddress", {"addressType":addressType, "localName":localName, "cityId":cityId}, this.setLocalAddress.getArguments().slice(3));
	},
	getLocaldictList_parentId: function(key, keyType, parentId) {
		return this.invoke("getLocaldictList_parentId", {"key":key, "keyType":keyType, "parentId":parentId}, this.getLocaldictList_parentId.getArguments().slice(3));
	},
	url: '/ajaxpro/Web9eat.Web.UI.Ajax.BaseAjax,Web9eat.Web.UI.ashx'
}));
Web9eat.Web.UI.Ajax.BaseAjax = new Web9eat.Web.UI.Ajax.BaseAjax_class();


