فهرست منبع

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