🐞 fix(活动): 修复小游戏返回

This commit is contained in:
luying
2023-03-20 09:48:45 +08:00
parent 2d8abaaaff
commit 17047dd049

View File

@@ -97,6 +97,7 @@ export class ForgeHandler {
return resResult(STATUS.SUCCESS, {
activityId,
gameCode,
playCnt: playerData.playCnt,
score: playerData.score,
goods
});