if(typeof Web9eat == "undefined") Web9eat={};
if(typeof Web9eat.Ajax == "undefined") Web9eat.Ajax={};
if(typeof Web9eat.Ajax.User == "undefined") Web9eat.Ajax.User={};
Web9eat.Ajax.User_class = function() {};
Object.extend(Web9eat.Ajax.User_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Exists_byUserId: function(user_Id) {
		return this.invoke("Exists_byUserId", {"user_Id":user_Id}, this.Exists_byUserId.getArguments().slice(1));
	},
	Exists_byPhone: function(user_Id, user_phone) {
		return this.invoke("Exists_byPhone", {"user_Id":user_Id, "user_phone":user_phone}, this.Exists_byPhone.getArguments().slice(2));
	},
	IsLogin: function() {
		return this.invoke("IsLogin", {}, this.IsLogin.getArguments().slice(0));
	},
	Logout: function() {
		return this.invoke("Logout", {}, this.Logout.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));
	},
	url: '/ajaxpro/Web9eat.Ajax.User,Ajax.ashx'
}));
Web9eat.Ajax.User = new Web9eat.Ajax.User_class();

