@@ -45,7 +45,7 @@ export default {
code: this.code,
}).then((res) => {
if (res.code === 0) {
- this.openId = res.data.openId;
+ this.openId = res.data.openid;
}
});
},