|
|
@@ -25,7 +25,7 @@ func init() {
|
|
|
|
|
|
serverproto.Handle_GMWEB_CSGiftRewardReq = model.HandleBackendMessage(func(ev rocommon.ProcEvent, cliId model.ClientID) {
|
|
|
msg := ev.Msg().(*serverproto.CSGiftRewardReq)
|
|
|
- util.InfoF("uid=%v CSGiftRewardReq msg=%v", msg.Uuid, msg)
|
|
|
+ //util.InfoF("uid=%v CSGiftRewardReq msg=%v", msg.Uuid, msg)
|
|
|
|
|
|
//model2.GetMailUpdateMag().AttachMail2Update()
|
|
|
|
|
|
@@ -40,8 +40,10 @@ func init() {
|
|
|
res := &serverproto.SCGiftRewardAck{
|
|
|
Uuid: uuid,
|
|
|
}
|
|
|
+ //util.InfoF("aaaa:%v", model.ConvertCdkRewardMap)
|
|
|
if _, ok := model.ConvertCdkRewardMap[code]; !ok {
|
|
|
res.Error = 3
|
|
|
+ util.ErrorF("uid:%v cdk get config is nil,%v", uuid, model.ConvertCdkRewardMap)
|
|
|
gmmodel.SendSocial(res)
|
|
|
return
|
|
|
}
|