addNamespace("GreenTreeSoft.WebSiteUI.Active");
GreenTreeSoft.WebSiteUI.Active.VanclMemberGifts_class = Class.create();
GreenTreeSoft.WebSiteUI.Active.VanclMemberGifts_class.prototype = (new AjaxPro.Request()).extend({
	VerLogin: function(temp, callback) {
		return this.invoke("VerLogin", {"temp":temp}, callback);
	},
	islogin: function(user, pwd, callback) {
		return this.invoke("islogin", {"user":user, "pwd":pwd}, callback);
	},
	UpdateActiveInfo: function(vid, callback) {
		return this.invoke("UpdateActiveInfo", {"vid":vid}, callback);
	},
	SendCoupon: function(temp, callback) {
		return this.invoke("SendCoupon", {"temp":temp}, callback);
	},
	isExit: function(temp, callback) {
		return this.invoke("isExit", {"temp":temp}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/GreenTreeSoft.WebSiteUI.Active.VanclMemberGifts,GreenTreeSoft.WebSiteUI.ashx";
	}
})
GreenTreeSoft.WebSiteUI.Active.VanclMemberGifts = new GreenTreeSoft.WebSiteUI.Active.VanclMemberGifts_class();


