------------------------------------------------- -- 本文件由代码生成器自动生成, -- 千万不要修改本文件的任何代码, -- 修改的的任何代码都会被覆盖掉! ---------------------------------------------------- local Socket = require "Xmds.Pomelo.LuaGameSocket" require "base64" require "npcGoodFeelingHandler_pb" --------------------------------Pomelo------------------------------- Pomelo = Pomelo or {} --------------------------------NpcGoodFeelingHandler------------------------------- Pomelo.NpcGoodFeelingHandler = {} local function getAllNpcGoodFeelingRequestEncoder(msg) local input = npcGoodFeelingHandler_pb.GetAllNpcGoodFeelingRequest() protobuf.FromMessage(input,msg) return (input:SerializeToString()) end local function getAllNpcGoodFeelingRequestDecoder(stream) local res = npcGoodFeelingHandler_pb.GetAllNpcGoodFeelingResponse() res:ParseFromString(stream) return res end function Pomelo.NpcGoodFeelingHandler.getAllNpcGoodFeelingRequest(cb,option) local input = nil Socket.OnRequestStart("area.npcGoodFeelingHandler.getAllNpcGoodFeelingRequest", option) Socket.Request("area.npcGoodFeelingHandler.getAllNpcGoodFeelingRequest", input, function(res) if(res.s2c_code == 200) then Pomelo.NpcGoodFeelingHandler.lastGetAllNpcGoodFeelingResponse = res Socket.OnRequestEnd("area.npcGoodFeelingHandler.getAllNpcGoodFeelingRequest", true) cb(nil,res) else local ex = {} if(res.s2c_code) then ex.Code = res.s2c_code ex.Message = res.s2c_msg else ex.Code = 501 ex.Message = "[LuaXmdsNetClient] area.npcGoodFeelingHandler.getAllNpcGoodFeelingRequest decode error!!" end Socket.OnRequestEnd("area.npcGoodFeelingHandler.getAllNpcGoodFeelingRequest", false,ex.Code,ex.Message) cb(ex,nil) end end, getAllNpcGoodFeelingRequestEncoder, getAllNpcGoodFeelingRequestDecoder) end local function getNpcGoodFeelingRequestEncoder(msg) local input = npcGoodFeelingHandler_pb.GetNpcGoodFeelingRequest() protobuf.FromMessage(input,msg) return (input:SerializeToString()) end local function getNpcGoodFeelingRequestDecoder(stream) local res = npcGoodFeelingHandler_pb.GetNpcGoodFeelingResponse() res:ParseFromString(stream) return res end function Pomelo.NpcGoodFeelingHandler.getNpcGoodFeelingRequest(npcId,cb,option) local msg = {} msg.npcId = npcId Socket.OnRequestStart("area.npcGoodFeelingHandler.getNpcGoodFeelingRequest", option) Socket.Request("area.npcGoodFeelingHandler.getNpcGoodFeelingRequest", msg, function(res) if(res.s2c_code == 200) then Pomelo.NpcGoodFeelingHandler.lastGetNpcGoodFeelingResponse = res Socket.OnRequestEnd("area.npcGoodFeelingHandler.getNpcGoodFeelingRequest", true) cb(nil,res) else local ex = {} if(res.s2c_code) then ex.Code = res.s2c_code ex.Message = res.s2c_msg else ex.Code = 501 ex.Message = "[LuaXmdsNetClient] area.npcGoodFeelingHandler.getNpcGoodFeelingRequest decode error!!" end Socket.OnRequestEnd("area.npcGoodFeelingHandler.getNpcGoodFeelingRequest", false,ex.Code,ex.Message) cb(ex,nil) end end, getNpcGoodFeelingRequestEncoder, getNpcGoodFeelingRequestDecoder) end local function giftGivingRequestEncoder(msg) local input = npcGoodFeelingHandler_pb.GiftGivingRequest() protobuf.FromMessage(input,msg) return (input:SerializeToString()) end local function giftGivingRequestDecoder(stream) local res = npcGoodFeelingHandler_pb.GiftGivingResponse() res:ParseFromString(stream) return res end function Pomelo.NpcGoodFeelingHandler.giftGivingRequest(npcId,gift,cb,option) local msg = {} msg.npcId = npcId msg.gift = gift Socket.OnRequestStart("area.npcGoodFeelingHandler.giftGivingRequest", option) Socket.Request("area.npcGoodFeelingHandler.giftGivingRequest", msg, function(res) if(res.s2c_code == 200) then Pomelo.NpcGoodFeelingHandler.lastGiftGivingResponse = res Socket.OnRequestEnd("area.npcGoodFeelingHandler.giftGivingRequest", true) cb(nil,res) else local ex = {} if(res.s2c_code) then ex.Code = res.s2c_code ex.Message = res.s2c_msg else ex.Code = 501 ex.Message = "[LuaXmdsNetClient] area.npcGoodFeelingHandler.giftGivingRequest decode error!!" end Socket.OnRequestEnd("area.npcGoodFeelingHandler.giftGivingRequest", false,ex.Code,ex.Message) cb(ex,nil) end end, giftGivingRequestEncoder, giftGivingRequestDecoder) end local function talkRequestEncoder(msg) local input = npcGoodFeelingHandler_pb.TalkRequest() protobuf.FromMessage(input,msg) return (input:SerializeToString()) end local function talkRequestDecoder(stream) local res = npcGoodFeelingHandler_pb.TalkResponse() res:ParseFromString(stream) return res end function Pomelo.NpcGoodFeelingHandler.talkRequest(npcId,cb,option) local msg = {} msg.npcId = npcId Socket.OnRequestStart("area.npcGoodFeelingHandler.talkRequest", option) Socket.Request("area.npcGoodFeelingHandler.talkRequest", msg, function(res) if(res.s2c_code == 200) then Pomelo.NpcGoodFeelingHandler.lastTalkResponse = res Socket.OnRequestEnd("area.npcGoodFeelingHandler.talkRequest", true) cb(nil,res) else local ex = {} if(res.s2c_code) then ex.Code = res.s2c_code ex.Message = res.s2c_msg else ex.Code = 501 ex.Message = "[LuaXmdsNetClient] area.npcGoodFeelingHandler.talkRequest decode error!!" end Socket.OnRequestEnd("area.npcGoodFeelingHandler.talkRequest", false,ex.Code,ex.Message) cb(ex,nil) end end, talkRequestEncoder, talkRequestDecoder) end local function talkEndSelRewardRequestEncoder(msg) local input = npcGoodFeelingHandler_pb.TalkEndSelRewardRequest() protobuf.FromMessage(input,msg) return (input:SerializeToString()) end local function talkEndSelRewardRequestDecoder(stream) local res = npcGoodFeelingHandler_pb.TalkEndSelRewardResponse() res:ParseFromString(stream) return res end function Pomelo.NpcGoodFeelingHandler.talkEndSelRewardRequest(index,npcId,cb,option) local msg = {} msg.index = index msg.npcId = npcId Socket.OnRequestStart("area.npcGoodFeelingHandler.talkEndSelRewardRequest", option) Socket.Request("area.npcGoodFeelingHandler.talkEndSelRewardRequest", msg, function(res) if(res.s2c_code == 200) then Pomelo.NpcGoodFeelingHandler.lastTalkEndSelRewardResponse = res Socket.OnRequestEnd("area.npcGoodFeelingHandler.talkEndSelRewardRequest", true) cb(nil,res) else local ex = {} if(res.s2c_code) then ex.Code = res.s2c_code ex.Message = res.s2c_msg else ex.Code = 501 ex.Message = "[LuaXmdsNetClient] area.npcGoodFeelingHandler.talkEndSelRewardRequest decode error!!" end Socket.OnRequestEnd("area.npcGoodFeelingHandler.talkEndSelRewardRequest", false,ex.Code,ex.Message) cb(ex,nil) end end, talkEndSelRewardRequestEncoder, talkEndSelRewardRequestDecoder) end local function allNpcGoodFeelingGetPushDecoder(stream) local res = npcGoodFeelingHandler_pb.AllNpcGoodFeelingGetPush() res:ParseFromString(stream) return res end function Pomelo.NpcGoodFeelingHandler.allNpcGoodFeelingGetPush(cb) Socket.On("area.npcGoodFeelingPush.allNpcGoodFeelingGetPush", function(res) Pomelo.NpcGoodFeelingHandler.lastAllNpcGoodFeelingGetPush = res cb(nil,res) end, allNpcGoodFeelingGetPushDecoder) end local function firstTalkNpcPushDecoder(stream) local res = npcGoodFeelingHandler_pb.FirstTalkNpcPush() res:ParseFromString(stream) return res end function Pomelo.NpcGoodFeelingHandler.firstTalkNpcPush(cb) Socket.On("area.npcGoodFeelingPush.firstTalkNpcPush", function(res) Pomelo.NpcGoodFeelingHandler.lastFirstTalkNpcPush = res cb(nil,res) end, firstTalkNpcPushDecoder) end --------------------------------Pomelo------------------------------- return Pomelo