121212
This commit is contained in:
@@ -188,7 +188,7 @@ public class TaskController : ControllerBase
|
||||
int toGoods = await _goodsService.GetUserGoodsCount(userId, GameConfig.GameGetTaskGoods);
|
||||
int retGoods = await _goodsService.GetUserGoodsCount(userId, GameConfig.GameRetTaskGoods);
|
||||
return PoAction.Ok(new
|
||||
{ data = data, talkMsg, taskState, toGoods, retGoods });
|
||||
{ data = data, talkMsg, taskState, toGoods, retGoods,lev = taskInfo.lev });
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user