优化微信扫码登录openId字段命名
This commit is contained in:
@ -103,7 +103,7 @@ export default defineStore('useUserStore', {
|
|||||||
const app = useNuxtApp()
|
const app = useNuxtApp()
|
||||||
try {
|
try {
|
||||||
const res = await socialLoginByCode({
|
const res = await socialLoginByCode({
|
||||||
openId: row.openid,
|
openId: row.openId,
|
||||||
sceneStr: row.sceneStr,
|
sceneStr: row.sceneStr,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user