res.json 返回一个空数组

问题描述

我尝试登录我的移动应用,这是后端代码

        // Track logins
        log(req,user.id,'login','User successfully logged in.');

        // Everything is ok,return the data
        const returnObj = authenticateUserObject(user);
        returnObj.message = 'User successfully logged in.';

就在 res.json 调用之前一切都清楚了,但是当我在移动应用程序中打印用户的值时,我得到的是:

I/Flutter (10616): user{id: 12,roleId: 4,venueId: 1,email: test@gmail.com,password: null,firstName: test,lastName: test,birthDate: 2021-02-26T23:00:00.000Z,gender: m,phone: 0483334805,picture:,allergens: [],dietaries: [],participations: []}

我所有的数组都是空的你知道为什么吗?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)