领奖初始化
This commit is contained in:
parent
a12aa4e77a
commit
6e744178c1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user