Showing
1 changed file
with
1 additions
and
1 deletions
@@ -52,7 +52,7 @@ exports.serverError = () => { | @@ -52,7 +52,7 @@ exports.serverError = () => { | ||
52 | forceNoCache(res); | 52 | forceNoCache(res); |
53 | 53 | ||
54 | const uid = req.user ? req.user.uid : 0; | 54 | const uid = req.user ? req.user.uid : 0; |
55 | - const udid = _.get(req, 'cookies.udid', 0); | 55 | + const udid = _.get(req, 'cookies.udid', 'yoho'); |
56 | 56 | ||
57 | if (req.isApmReport) { | 57 | if (req.isApmReport) { |
58 | // 上报服务端错误 | 58 | // 上报服务端错误 |
-
Please register or login to post a comment