修改了默认user.app

This commit is contained in:
lik
2026-05-25 12:30:14 +08:00
parent 603f2987f6
commit 803d8b7bfb
2 changed files with 2 additions and 8 deletions

View File

@@ -85,7 +85,8 @@ class HandlerUser {
social: {
wechat: { openid: openid },
},
status: { account: "normal", }
status: { account: "normal", },
app: {},
};
newUser.app[appId] = { role: ["user"], };