liuyu hace 5 años
padre
commit
8507598572
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/controller/weixin.js

+ 1 - 1
app/controller/weixin.js

@@ -93,7 +93,7 @@ class WeixinController extends Controller {
           this.ctx.redirect(to_uri);
         }
       } else if (type === '1') {
-        const user = await this.ctx.service.user.fetch(uid);
+        const user = await this.ctx.service.user.fetch({ id: uid });
         let _type = '';
         if (user) {
           _type = user.type;