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
3062c920
Commit
3062c920
authored
Aug 13, 2024
by
朱晨阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加从工行查询电子钱包详情接口
parent
1413549e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
21 deletions
+29
-21
HygfIcbcController.java
...s/boot/module/hygf/biz/controller/HygfIcbcController.java
+8
-1
application-kingbase8.properties
...f-biz/src/main/resources/application-kingbase8.properties
+21
-20
No files found.
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/java/com/yeejoin/amos/boot/module/hygf/biz/controller/HygfIcbcController.java
View file @
3062c920
...
@@ -55,7 +55,7 @@ public class HygfIcbcController extends BaseController {
...
@@ -55,7 +55,7 @@ public class HygfIcbcController extends BaseController {
}
}
/**
/**
* 获取电子钱包信息
*
从工行
获取电子钱包信息
* @param req
* @param req
* @param resp
* @param resp
* @return
* @return
...
@@ -93,6 +93,13 @@ public class HygfIcbcController extends BaseController {
...
@@ -93,6 +93,13 @@ public class HygfIcbcController extends BaseController {
}
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/getWalletInfo/{userId}"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"根据农户userId查询注册电子钱包"
,
notes
=
"注册电子钱包"
)
public
ResponseModel
<
JftApiUserEntrustopenacctQueryResponseV1
>
getHygfIcbcWalletInfo
(
@PathVariable
String
userId
)
{
return
ResponseHelper
.
buildResponse
(
hygfIcbcService
.
getHygfIcbcWalletInfo
(
userId
));
}
@TycloudOperation
(
ApiLevel
=
UserType
.
AGENCY
)
@GetMapping
(
value
=
"/list"
)
@GetMapping
(
value
=
"/list"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"聚富通电子钱包列表查询"
,
notes
=
"聚富通电子钱包列表查询"
)
@ApiOperation
(
httpMethod
=
"GET"
,
value
=
"聚富通电子钱包列表查询"
,
notes
=
"聚富通电子钱包列表查询"
)
@UserLimits
@UserLimits
...
...
amos-boot-system-jxiop/amos-boot-module-hygf-biz/src/main/resources/application-kingbase8.properties
View file @
3062c920
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