增加提取castile到游戏内的列表接口
This commit is contained in:
@@ -138,9 +138,10 @@ func (l *TransferCastileToGameLogic) TransferCastileToGame(req *types.TransferCa
|
||||
}
|
||||
|
||||
return &types.TransferCastileToGameResp{
|
||||
Id: int(res.Id),
|
||||
RoleID: int64(res.RoleId),
|
||||
Amount: int64(res.Amount),
|
||||
Status: int64(res.CallbackStatus),
|
||||
Id: int(res.Id),
|
||||
RoleID: int64(res.RoleId),
|
||||
Amount: int64(res.Amount),
|
||||
Status: int64(res.CallbackStatus),
|
||||
CreatedAt: res.CreatedAt.Format(consts.FORMATDATETIME),
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user