优化微信扫码登录openId字段命名

This commit is contained in:
wangqiao
2025-10-15 22:49:48 +08:00
parent 3c6ed5a72c
commit ab92461635

View File

@ -103,7 +103,7 @@ export default defineStore('useUserStore', {
const app = useNuxtApp()
try {
const res = await socialLoginByCode({
openId: row.openid,
openId: row.openId,
sceneStr: row.sceneStr,
})