addNamespace("_6SNS.MyShowNew");
_6SNS.MyShowNew.Shop1_class = Class.create();
_6SNS.MyShowNew.Shop1_class.prototype = (new AjaxPro.Request()).extend({
	InitProductPage: function(uidTicket, nPageSize, nCurrentPage, notInIDs, isNewly, myType, callback) {
		return this.invoke("InitProductPage", {"uidTicket":uidTicket, "nPageSize":nPageSize, "nCurrentPage":nCurrentPage, "notInIDs":notInIDs, "isNewly":isNewly, "myType":myType}, callback);
	},
	getAllShopReplyPage: function(uidTicket, PageSize, PageIndex, callback) {
		return this.invoke("getAllShopReplyPage", {"uidTicket":uidTicket, "PageSize":PageSize, "PageIndex":PageIndex}, callback);
	},
	getAllNoticeReplyPage: function(pidTicket, PageSize, PageIndex, callback) {
		return this.invoke("getAllNoticeReplyPage", {"pidTicket":pidTicket, "PageSize":PageSize, "PageIndex":PageIndex}, callback);
	},
	SaveMsg: function(strShopTitle, struidTitcket, code, content, PageSize, type, callback) {
		return this.invoke("SaveMsg", {"strShopTitle":strShopTitle, "struidTitcket":struidTitcket, "code":code, "content":content, "PageSize":PageSize, "type":type}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/_6SNS.MyShowNew.Shop1,6SNS.ashx";
	}
})
_6SNS.MyShowNew.Shop1 = new _6SNS.MyShowNew.Shop1_class();

