Browse Source

开放平台获取某个线路的累积负荷

master
qdjjx 3 years ago
parent
commit
44c474338d
1 changed files with 41 additions and 0 deletions
  1. 41
    0
      开放平台/开放平台接口文档(内部版).md

+ 41
- 0
开放平台/开放平台接口文档(内部版).md View File

655
 
655
 
656
 
656
 
657
 
657
 
658
+## 获取某个线路的累积负荷
659
+
660
+
661
+
662
+请求
663
+
664
+```
665
+POST http://47.103.61.198:5008/api/breaker/fuhe/byaddr
666
+
667
+Headers:
668
+
669
+Content-Type: application/json
670
+DD-Open-Key: bde2d876-993d-440d-aba1-3a06007a25a3
671
+
672
+Body:
673
+
674
+{
675
+	"Mac":"187ED5311111",
676
+	"Addr":1
677
+}
678
+```
679
+
680
+
681
+
682
+响应
683
+
684
+```
685
+{
686
+    "data": {
687
+        "wp": 120
688
+    },
689
+    "isError": false,
690
+    "message": "success",
691
+    "code": 200
692
+}
693
+```
694
+
695
+
696
+
697
+
698
+
658
 ## 统计任意多开关任意时间段内的总电量
699
 ## 统计任意多开关任意时间段内的总电量
659
 
700
 
660
 
701
 

Loading…
Cancel
Save