Authored by htoooth

fix

@@ -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 // 上报服务端错误