Authored by 肖亚东

代码被覆盖还原 — review by 李其昌

@@ -110,6 +110,7 @@ function formatTimeByMin(time, format) { @@ -110,6 +110,7 @@ function formatTimeByMin(time, format) {
110 } 110 }
111 111
112 module.exports = { 112 module.exports = {
  113 + formatTimeByDefined,
113 formatTimeByMin, 114 formatTimeByMin,
114 getImgUrl, 115 getImgUrl,
115 } 116 }