Procházet zdrojové kódy

fix: api test

getOnlineDurationReport
Casper Dai před 2 roky
rodič
revize
ae8ed38789
1 změnil soubory, kde provedl 2 přidání a 3 odebrání
  1. 2 3
      src/views/test-api.vue

+ 2 - 3
src/views/test-api.vue

@@ -181,9 +181,8 @@ export default {
       const { startDate, endDate } = this.getMonth()
       this.checkDevice() && getOnlineDurationReport({
         deviceId: this.deviceId,
-        type: 1,
-        sumDateFrom: startDate,
-        sumDateTo: endDate
+        from: startDate,
+        to: endDate
       }).then(this.onData)
     },
     async onTriggerAdSnap () {