...
|
...
|
@@ -91,7 +91,7 @@ exports.hasNewUserFloor = (req, res, next) => { |
|
|
if (!uid) {
|
|
|
return res.send({code: 200, isNewUser: false});
|
|
|
}
|
|
|
|
|
|
|
|
|
req.ctx(ChannelModel).hasNewUserFloor(req.yoho.channel, req.user.uid).then(data => {
|
|
|
res.send(data);
|
|
|
}).catch(next);
|
...
|
...
|
|