|
@@ -36,14 +36,6 @@ service LargeScreenDataService {
|
|
|
};
|
|
|
}
|
|
|
|
|
|
- // 换电柜一周换电次数
|
|
|
- //rpc GetExchangeCount(GetExchangeCountReq) returns (GetExchangeCountRes) {
|
|
|
- // option (google.api.http) = {
|
|
|
- // post : "/largeScreenData/data/get-exchange-count",
|
|
|
- // body : "*",
|
|
|
- // };
|
|
|
- //}
|
|
|
-
|
|
|
// 充电桩一周充电度数
|
|
|
rpc GetChargePileCount(GetChargePileCountReq) returns (GetChargePileCountRes) {
|
|
|
option (google.api.http) = {
|
|
@@ -67,14 +59,6 @@ service LargeScreenDataService {
|
|
|
body : "*",
|
|
|
};
|
|
|
}
|
|
|
-
|
|
|
- // 换电柜的实时数据
|
|
|
- //rpc GetExchangeInfo(GetExchangeInfoReq) returns (GetExchangeInfoRes) {
|
|
|
- // option (google.api.http) = {
|
|
|
- // post : "/largeScreenData/data/get-exchange-info",
|
|
|
- // body : "*",
|
|
|
- // };
|
|
|
- //}
|
|
|
}
|
|
|
|
|
|
message GetDeviceCountReq {
|