好友:修复读表bug

This commit is contained in:
luying
2021-04-25 19:08:15 +08:00
parent e6facc1984
commit e8eb61cc16
2 changed files with 4 additions and 4 deletions

View File

@@ -139,7 +139,7 @@ export class GachaHandler {
}
return resResult(STATUS.SUCCESS, {
gachaId, activityId,
freeCount, refFreeTime: resultRefFreeTime, count, point, floor,
freeCount, refFreeTime: resultRefFreeTime, count, point, floor, hope,
heroes, result: resultList
});
}