加日志

This commit is contained in:
wh_zcy 2022-12-01 10:43:56 +08:00
parent 16bbe28782
commit e7c1747751

View File

@ -157,5 +157,6 @@ func (this *Sociaty) RpcGetSociaty(ctx context.Context, req *pb.RPCGeneralReqA1,
this.Debug("Rpc_ModuleSociaty", log.Fields{"req": req})
sociaty := this.modelSociaty.getSociaty(req.Param1)
*reply = *sociaty
log.Debug("跨服公会", log.Fields{"sociaty": reply})
return nil
}