Showing
1 changed file
with
2 additions
and
1 deletions
@@ -224,7 +224,8 @@ exports.submit = (req, res, next) => { | @@ -224,7 +224,8 @@ exports.submit = (req, res, next) => { | ||
224 | product_sku: sku, | 224 | product_sku: sku, |
225 | activity_id: activityId, | 225 | activity_id: activityId, |
226 | uid, | 226 | uid, |
227 | - ip: req.ip || '' | 227 | + ip: req.ip || '', |
228 | + udid: req.sessionID || 'yoho' | ||
228 | }; | 229 | }; |
229 | 230 | ||
230 | if (req.body.invoice === 'true') { | 231 | if (req.body.invoice === 'true') { |
-
Please register or login to post a comment