shawenguan 1 rok temu
rodzic
commit
f1e00a27e4
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Scripts/huluwa/huluwaHelper.js

+ 1 - 1
Scripts/huluwa/huluwaHelper.js

@@ -589,7 +589,7 @@ async function autoSubmit(appId, token) {
         const appointEndTime = res2.data.appointEndTime;
         if(appointStartTime && appointEndTime){
             const appointStartDateStr = lk.formatDate(new Date(appointStartTime), 'yyyy-MM-dd HH:mm:ss');
-            const appointEndDateStr = lk.formatDate(new Date(appointStartTime), 'yyyy-MM-dd HH:mm:ss');
+            const appointEndDateStr = lk.formatDate(new Date(appointEndTime), 'yyyy-MM-dd HH:mm:ss');
             lk.log(`活动时间[${appointStartDateStr} - ${appointEndDateStr}]`);
             sendMessage.push(`活动时间[${appointStartDateStr} - ${appointEndDateStr}]`);
         }