Browse Source

feat: openid大小写区分

Damon 9 months ago
parent
commit
69a5e2e0af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/public/uuid.vue

+ 1 - 1
src/pages/public/uuid.vue

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