@@ -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: {