任一存 il y a 2 ans
Parent
commit
3099018a5f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      game/src/api.js

+ 1 - 1
game/src/api.js

@@ -200,7 +200,7 @@ export async function addScore(score) {
     url: `${process.env.VUE_APP_DEPLOY_ORIGIN}/api/cms/game/point/add`,
     data: {
       score: scoreEncrypted,
-      type: 'game',
+      type: '玩游戏',
       userId: store.state.userInfo.id,
     },
     headers: {