Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
af59bb89
Commit
af59bb89
authored
Nov 29, 2023
by
caotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、给部盾提供接口发电量详情接口
parent
ac80a9d2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
32 deletions
+47
-32
MonitorFanIdxController.java
.../module/jxiop/biz/controller/MonitorFanIdxController.java
+2
-2
MonitoringServiceImpl.java
.../module/jxiop/biz/service/impl/MonitoringServiceImpl.java
+45
-30
No files found.
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/controller/MonitorFanIdxController.java
View file @
af59bb89
...
@@ -1526,8 +1526,8 @@ public class MonitorFanIdxController extends BaseController {
...
@@ -1526,8 +1526,8 @@ public class MonitorFanIdxController extends BaseController {
@TycloudOperation
(
needAuth
=
false
,
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
needAuth
=
false
,
ApiLevel
=
UserType
.
AGENCY
)
@ApiOperation
(
value
=
"全国发电详情部盾"
)
@ApiOperation
(
value
=
"全国发电详情部盾"
)
@GetMapping
(
"/getGenPowerInfo"
)
@GetMapping
(
"/getGenPowerInfo"
)
public
ResponseModel
<
Map
<
String
,
Object
>>
getGenPowerInfo
()
{
public
ResponseModel
<
Map
<
String
,
Object
>>
getGenPowerInfo
(
@RequestParam
(
required
=
false
)
String
areaCode
)
{
return
ResponseHelper
.
buildResponse
(
monitoringService
.
getGenPowerInfo
());
return
ResponseHelper
.
buildResponse
(
monitoringService
.
getGenPowerInfo
(
areaCode
));
}
}
}
}
...
...
amos-boot-system-jxiop/amos-boot-module-jxiop-bigscreen-biz/src/main/java/com/yeejoin/amos/boot/module/jxiop/biz/service/impl/MonitoringServiceImpl.java
View file @
af59bb89
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment