Преглед изворни кода

feat: openid大小写区分

Damon пре 9 месеци
родитељ
комит
69a5e2e0af
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/pages/public/uuid.vue

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

@@ -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;
         }
       });
     },