Browse Source

新风接口调整

Your Name 1 year ago
parent
commit
d5691db752
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/SD-school/xinfen/index.vue

+ 2 - 2
src/components/SD-school/xinfen/index.vue

@@ -67,7 +67,7 @@ export default {
 
         axios({
             method: 'post',
-            url: 'http://gateway.usky.cn/prod-api/usky-backend/dataQuery/deviceDataAverage',
+            url: 'http://gateway.usky.cn/prod-api/service-iot/dmpDeviceInfo/deviceDataAverage',
             headers:{
               Authorization:localStorage.getItem("token")
             },
@@ -93,7 +93,7 @@ export default {
         })
         axios({
             method: 'post',
-            url: 'http://gateway.usky.cn/prod-api/usky-backend/dataQuery/deviceDataAverage',
+            url: 'http://gateway.usky.cn/prod-api/service-iot/dmpDeviceInfo/deviceDataAverage',
             headers:{
               Authorization:localStorage.getItem("token")
             },