Authored by 陈峰

fix

... ... @@ -28,7 +28,7 @@ module.exports = (req, res, next) => {
return res.send();
}
report.forEach(item => {
if (item.pt.indexOf('openby:yohobuy')) {
if (item.pt && item.pt.indexOf('openby:yohobuy')) {
item.pt = item.pt.substring(0, item.pt.indexOf('openby:yohobuy'));
}
if (item.tp === 'err') {
... ...