fix: add missing link for DHL shipment tracking (#2751)

This commit is contained in:
ntzyz
2019-08-02 17:21:03 +08:00
committed by DIYgod
parent 6b6814ea71
commit bf77afa916

View File

@@ -49,6 +49,7 @@ module.exports = async (ctx) => {
return {
title: checkpoint.description,
pubDate: date.toUTCString(),
link: `${link}&checkpoint=${encodeURIComponent(checkpoint.counter)}`,
};
}),
};