Explorar o código

feat: openid大小写区分

Damon hai 9 meses
pai
achega
69a5e2e0af
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
         }
       });
     },