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
3d120729
Commit
3d120729
authored
Dec 02, 2020
by
matianhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[数管局接口] <add> 新增接口
parent
dcfb0ed0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
536 additions
and
7 deletions
+536
-7
RequestController.java
...a/com/mth/requestsecret/controller/RequestController.java
+381
-7
LinancbzmqzVO.java
...a/com/mth/requestsecret/vo/shuguanjuvo/LinancbzmqzVO.java
+33
-0
RkkjzxxVO.java
.../java/com/mth/requestsecret/vo/shuguanjuvo/RkkjzxxVO.java
+43
-0
RywzxxcxVO.java
...java/com/mth/requestsecret/vo/shuguanjuvo/RywzxxcxVO.java
+21
-0
ShbxyjkVO.java
.../java/com/mth/requestsecret/vo/shuguanjuvo/ShbxyjkVO.java
+58
-0
No files found.
src/main/java/com/mth/requestsecret/controller/RequestController.java
View file @
3d120729
This diff is collapsed.
Click to expand it.
src/main/java/com/mth/requestsecret/vo/shuguanjuvo/LinancbzmqzVO.java
0 → 100644
View file @
3d120729
package
com
.
mth
.
requestsecret
.
vo
.
shuguanjuvo
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
* @author MaTianHao
* @date 2020/11/28
*/
@EqualsAndHashCode
(
callSuper
=
true
)
@Data
public
class
LinancbzmqzVO
extends
BaseParamVO
{
/**
* 操作员
*/
private
String
czy
;
/**
* 查询信息
*/
private
String
xml
;
/**
* 打印类型(2:参保证明(个人专用),27:养老保险待遇发放证明)
*/
private
String
printType
;
/**
* 申请部门
*/
private
String
sqbm
;
}
src/main/java/com/mth/requestsecret/vo/shuguanjuvo/RkkjzxxVO.java
0 → 100644
View file @
3d120729
package
com
.
mth
.
requestsecret
.
vo
.
shuguanjuvo
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
* @author MaTianHao
* @date 2020/11/28
*/
@EqualsAndHashCode
(
callSuper
=
true
)
@Data
public
class
RkkjzxxVO
extends
BaseParamVO
{
/**
* 记录数
*/
private
String
jls
;
/**
* 请求单位名称
*/
private
String
dwmc
;
/**
* 请求单位代码
*/
private
String
dwdm
;
/**
* 请求业务系统代码
*/
private
String
ywxtdm
;
/**
* 请求业务系统名称
*/
private
String
ywxtmc
;
/**
* 请求业务类型代码
*/
private
String
ywlxdm
;
}
src/main/java/com/mth/requestsecret/vo/shuguanjuvo/RywzxxcxVO.java
0 → 100644
View file @
3d120729
package
com
.
mth
.
requestsecret
.
vo
.
shuguanjuvo
;
import
lombok.Data
;
/**
* @author MaTianHao
* @date 2020/11/28
*/
@Data
public
class
RywzxxcxVO
{
/**
* 被查询人手机号
*/
private
String
phoneNumber
;
/**
* 时间戳
*/
private
String
timestamp
;
}
src/main/java/com/mth/requestsecret/vo/shuguanjuvo/ShbxyjkVO.java
0 → 100644
View file @
3d120729
package
com
.
mth
.
requestsecret
.
vo
.
shuguanjuvo
;
import
lombok.Data
;
import
lombok.EqualsAndHashCode
;
/**
* @author MaTianHao
* @date 2020/11/29
*/
@EqualsAndHashCode
(
callSuper
=
true
)
@Data
public
class
ShbxyjkVO
extends
BaseParamVO
{
/**
* 交易编码
*/
private
String
msgCode
;
/**
* 交易请求ID
*/
private
String
msgId
;
/**
* 交易网点
*/
private
String
site
;
/**
* 每页记录数
*/
private
String
pageSize
;
/**
* 会话授权码
*/
private
String
msgToken
;
/**
* 发起方报文ID
*/
private
String
sndMsgId
;
/**
* 页码
*/
private
String
pageNum
;
/**
* 业务系统编码
*/
private
String
sndCode
;
/**
* 交易请求时间
*/
private
String
sndTime
;
}
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