Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-zx-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jobs
Commits
Open sidebar
项目统一框架
一体化_户用光伏项目代码
amos-boot-zx-biz
Commits
592b7ff9
Commit
592b7ff9
authored
Jul 15, 2024
by
yangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
对接 碳银电站接口
parent
131d8d0e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
3 deletions
+21
-3
HouseholdTestController.java
.../api/householdapi/controller/HouseholdTestController.java
+21
-3
No files found.
amos-boot-data/amos-boot-data-housepvapi/src/main/java/com/yeejoin/amos/api/householdapi/controller/HouseholdTestController.java
View file @
592b7ff9
...
@@ -74,7 +74,8 @@ public class HouseholdTestController {
...
@@ -74,7 +74,8 @@ public class HouseholdTestController {
@Autowired
private
TanYinDataAcquisitionService
tanYinDataAcquisitionService
;
/**
/**
* 新增户用光伏-厂商API haders
* 新增户用光伏-厂商API haders
...
@@ -258,8 +259,25 @@ public class HouseholdTestController {
...
@@ -258,8 +259,25 @@ public class HouseholdTestController {
/* ---------------- 碳银接口 Test -------------- */
@TycloudOperation
(
ApiLevel
=
UserType
.
PUBLIC
,
needAuth
=
false
)
@PostMapping
(
value
=
"/tanyin/station"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"电站基本信息接口"
,
notes
=
"电站基本信息接口"
)
public
void
tanyinStation
()
{
tanYinDataAcquisitionService
.
stationList
();
}
@TycloudOperation
(
ApiLevel
=
UserType
.
PUBLIC
,
needAuth
=
false
)
@PostMapping
(
value
=
"/tanyin/inverter"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"电站逆变器信息接口"
,
notes
=
"电站逆变器信息接口"
)
public
void
tanyinInverter
()
{
tanYinDataAcquisitionService
.
inverterList
();
}
@TycloudOperation
(
ApiLevel
=
UserType
.
PUBLIC
,
needAuth
=
false
)
@PostMapping
(
value
=
"/tanyin/customer"
)
@ApiOperation
(
httpMethod
=
"POST"
,
value
=
"客户信息查询接口"
,
notes
=
"客户信息查询接口"
)
public
void
tanyinCustomer
()
{
tanYinDataAcquisitionService
.
customerList
();
}
}
}
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