Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jiwei-api
Project
Project
Details
Activity
Releases
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
马天浩
jiwei-api
Commits
0216ee07
Commit
0216ee07
authored
Aug 25, 2020
by
matianhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[纪委接口] <update> 修改接口参数key
parent
66d9427e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
RequestController.java
...a/com/mth/requestsecret/controller/RequestController.java
+6
-7
No files found.
src/main/java/com/mth/requestsecret/controller/RequestController.java
View file @
0216ee07
...
...
@@ -149,8 +149,8 @@ public class RequestController {
// api参数
MultiValueMap
<
String
,
Object
>
paramMap
=
new
LinkedMultiValueMap
<>();
paramMap
.
add
(
"User_Name"
,
param
.
getUserName
());
paramMap
.
add
(
"
Card_Id
"
,
param
.
getIdCard
());
paramMap
.
add
(
"zjhm"
,
param
.
get
IdCard
());
paramMap
.
add
(
"
User_ID
"
,
param
.
getIdCard
());
paramMap
.
add
(
"zjhm"
,
param
.
get
Sfhm
());
paramMap
.
add
(
"Organization"
,
param
.
getOrganization
());
paramMap
.
add
(
"Organization_Id"
,
param
.
getOrganizationId
());
paramMap
.
add
(
"additional"
,
param
.
getAdditional
());
...
...
@@ -1095,18 +1095,17 @@ public class RequestController {
/**
* 六十四.浙江省城镇三无对象供养查询
*
* @param
param
* @param
xzqh
* @return
*/
@PostMapping
(
"/withoutSupportInfo"
)
public
ResponseEntity
<
String
>
withoutSupportInfo
(
BaseParamVO
param
)
{
public
ResponseEntity
<
String
>
withoutSupportInfo
(
String
xzqh
,
String
additional
)
{
// api签名
String
apiMethod
=
"withoutSupportInfo.action"
;
// api参数
MultiValueMap
<
String
,
Object
>
paramMap
=
new
LinkedMultiValueMap
<>();
paramMap
.
add
(
"name"
,
param
.
getUserName
());
paramMap
.
add
(
"cardId"
,
param
.
getIdCard
());
paramMap
.
add
(
"additional"
,
param
.
getAdditional
());
paramMap
.
add
(
"czswdx_xzqh"
,
xzqh
);
paramMap
.
add
(
"additional"
,
additional
);
return
restTemlateService
.
commonSendRequest
(
paramMap
,
apiMethod
);
}
...
...
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