记得上下班打卡 | git大法好,push需谨慎
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liquidnet-bus-v1
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
董敬伟
liquidnet-bus-v1
Commits
6d96b3f4
Commit
6d96b3f4
authored
Jun 24, 2021
by
张国柄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DM;
parent
91a4b27a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
4 deletions
+19
-4
AdamDMAdminController.java
.../service/adam/controller/admin/AdamDMAdminController.java
+19
-4
No files found.
liquidnet-bus-service/liquidnet-service-adam/liquidnet-service-adam-impl/src/main/java/com/liquidnet/service/adam/controller/admin/AdamDMAdminController.java
View file @
6d96b3f4
...
@@ -51,7 +51,7 @@ public class AdamDMAdminController extends AdamBaseController {
...
@@ -51,7 +51,7 @@ public class AdamDMAdminController extends AdamBaseController {
@ApiOperation
(
value
=
"T - user"
)
@ApiOperation
(
value
=
"T - user"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"2
0
0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"2
2
0"
),
})
})
@GetMapping
(
value
=
{
"user"
})
@GetMapping
(
value
=
{
"user"
})
public
ResponseDto
<
Object
>
dataMigrationForUser
(
@RequestParam
(
required
=
false
)
Integer
dg
,
public
ResponseDto
<
Object
>
dataMigrationForUser
(
@RequestParam
(
required
=
false
)
Integer
dg
,
...
@@ -79,7 +79,8 @@ public class AdamDMAdminController extends AdamBaseController {
...
@@ -79,7 +79,8 @@ public class AdamDMAdminController extends AdamBaseController {
@ApiOperationSupport
(
order
=
2
)
@ApiOperationSupport
(
order
=
2
)
@ApiOperation
(
value
=
"T - tpa"
)
@ApiOperation
(
value
=
"T - tpa"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"1,2,3"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"45"
),
})
})
@GetMapping
(
value
=
{
"tpa"
})
@GetMapping
(
value
=
{
"tpa"
})
public
ResponseDto
<
Object
>
dataMigrationForTpa
(
@RequestParam
(
required
=
false
)
Integer
dg
,
public
ResponseDto
<
Object
>
dataMigrationForTpa
(
@RequestParam
(
required
=
false
)
Integer
dg
,
...
@@ -106,6 +107,10 @@ public class AdamDMAdminController extends AdamBaseController {
...
@@ -106,6 +107,10 @@ public class AdamDMAdminController extends AdamBaseController {
@ApiOperationSupport
(
order
=
3
)
@ApiOperationSupport
(
order
=
3
)
@ApiOperation
(
value
=
"T - real"
)
@ApiOperation
(
value
=
"T - real"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"2"
),
})
@GetMapping
(
value
=
{
"real"
})
@GetMapping
(
value
=
{
"real"
})
public
ResponseDto
<
Object
>
dataMigrationForReal
(
@RequestParam
(
required
=
false
)
Integer
dg
,
public
ResponseDto
<
Object
>
dataMigrationForReal
(
@RequestParam
(
required
=
false
)
Integer
dg
,
@RequestParam
(
required
=
false
)
Integer
lS
,
@RequestParam
(
required
=
false
)
Integer
lS
,
...
@@ -131,6 +136,10 @@ public class AdamDMAdminController extends AdamBaseController {
...
@@ -131,6 +136,10 @@ public class AdamDMAdminController extends AdamBaseController {
@ApiOperationSupport
(
order
=
4
)
@ApiOperationSupport
(
order
=
4
)
@ApiOperation
(
value
=
"T - collect"
)
@ApiOperation
(
value
=
"T - collect"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"15"
),
})
@GetMapping
(
value
=
{
"collect"
})
@GetMapping
(
value
=
{
"collect"
})
public
ResponseDto
<
Object
>
dataMigrationForCollect
(
@RequestParam
(
required
=
false
)
Integer
dg
,
public
ResponseDto
<
Object
>
dataMigrationForCollect
(
@RequestParam
(
required
=
false
)
Integer
dg
,
@RequestParam
(
required
=
false
)
Integer
lS
,
@RequestParam
(
required
=
false
)
Integer
lS
,
...
@@ -157,7 +166,8 @@ public class AdamDMAdminController extends AdamBaseController {
...
@@ -157,7 +166,8 @@ public class AdamDMAdminController extends AdamBaseController {
@ApiOperationSupport
(
order
=
5
)
@ApiOperationSupport
(
order
=
5
)
@ApiOperation
(
value
=
"T - enters"
)
@ApiOperation
(
value
=
"T - enters"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"1,2,3,4,5"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"93"
),
})
})
@GetMapping
(
value
=
{
"enters"
})
@GetMapping
(
value
=
{
"enters"
})
public
ResponseDto
<
Object
>
dataMigrationForEnters
(
@RequestParam
(
required
=
false
)
Integer
dg
,
public
ResponseDto
<
Object
>
dataMigrationForEnters
(
@RequestParam
(
required
=
false
)
Integer
dg
,
...
@@ -185,7 +195,8 @@ public class AdamDMAdminController extends AdamBaseController {
...
@@ -185,7 +195,8 @@ public class AdamDMAdminController extends AdamBaseController {
@ApiOperationSupport
(
order
=
6
)
@ApiOperationSupport
(
order
=
6
)
@ApiOperation
(
value
=
"T - addr"
)
@ApiOperation
(
value
=
"T - addr"
)
@ApiImplicitParams
({
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"1,2"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"27"
),
})
})
@GetMapping
(
value
=
{
"addr"
})
@GetMapping
(
value
=
{
"addr"
})
public
ResponseDto
<
Object
>
dataMigrationForAddr
(
@RequestParam
(
required
=
false
)
Integer
dg
,
public
ResponseDto
<
Object
>
dataMigrationForAddr
(
@RequestParam
(
required
=
false
)
Integer
dg
,
...
@@ -212,6 +223,10 @@ public class AdamDMAdminController extends AdamBaseController {
...
@@ -212,6 +223,10 @@ public class AdamDMAdminController extends AdamBaseController {
@ApiOperationSupport
(
order
=
7
)
@ApiOperationSupport
(
order
=
7
)
@ApiOperation
(
value
=
"T - vip"
)
@ApiOperation
(
value
=
"T - vip"
)
@ApiImplicitParams
({
@ApiImplicitParam
(
type
=
"form"
,
name
=
"dg"
,
allowableValues
=
"0"
),
@ApiImplicitParam
(
type
=
"form"
,
name
=
"lS"
,
allowableValues
=
"2"
),
})
@GetMapping
(
value
=
{
"vip"
})
@GetMapping
(
value
=
{
"vip"
})
public
ResponseDto
<
Object
>
dataMigrationForVip
(
@RequestParam
(
required
=
false
)
Integer
dg
,
public
ResponseDto
<
Object
>
dataMigrationForVip
(
@RequestParam
(
required
=
false
)
Integer
dg
,
@RequestParam
(
required
=
false
)
Integer
lS
,
@RequestParam
(
required
=
false
)
Integer
lS
,
...
...
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