优化微信扫码登录openId字段命名
This commit is contained in:
@ -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,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user