领奖初始化

This commit is contained in:
meixiongfeng 2023-01-14 19:23:53 +08:00
parent a12aa4e77a
commit 6e744178c1

View File

@ -22,6 +22,7 @@ func (this *apiComp) GetReward(session comm.IUserSession, req *pb.MlineGetReward
update map[string]interface{} update map[string]interface{}
rsp *pb.MlineGetRewardResp rsp *pb.MlineGetRewardResp
) )
rsp = &pb.MlineGetRewardResp{}
update = make(map[string]interface{}) update = make(map[string]interface{})
if code = this.GetRewardCheck(session, req); code != pb.ErrorCode_Success { if code = this.GetRewardCheck(session, req); code != pb.ErrorCode_Success {
return return