Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
order-group
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
order-group-application
order-group
Commits
225ccd21
Commit
225ccd21
authored
Aug 31, 2020
by
vega
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc:新增银联svc支付:修改swagger说明
parent
58e8a6b3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
order-application-service/src/main/java/cn/freemud/entities/vo/CreateOrderVo.java
+8
-8
No files found.
order-application-service/src/main/java/cn/freemud/entities/vo/CreateOrderVo.java
View file @
225ccd21
...
@@ -207,25 +207,25 @@ public class CreateOrderVo {
...
@@ -207,25 +207,25 @@ public class CreateOrderVo {
private
String
channelType
;
private
String
channelType
;
/**
/**
* 是否使用银联
礼品
卡,如果不为空则为使用
* 是否使用银联
SVC
卡,如果不为空则为使用
*/
*/
@Valid
@Valid
@ApiModelProperty
(
value
=
"银联
礼品
卡"
)
@ApiModelProperty
(
value
=
"银联
SVC
卡"
)
private
UnionPayCard
unionPayCard
;
private
UnionPayCard
unionPayCard
;
/**
/**
* 银联
礼品
卡
* 银联
SVC
卡
*/
*/
@Data
@Data
@ApiModel
(
value
=
"银联
礼品卡类"
,
description
=
"如果传了礼品
卡字段,此类中属性必传"
)
@ApiModel
(
value
=
"银联
SVC卡"
,
description
=
"如果传了银联SVC
卡字段,此类中属性必传"
)
public
static
class
UnionPayCard
{
public
static
class
UnionPayCard
{
@NotNull
(
message
=
"银联
礼品
卡手机号必传"
)
@NotNull
(
message
=
"银联
SVC
卡手机号必传"
)
@ApiModelProperty
(
value
=
"银联
礼品卡手机号
"
,
required
=
true
)
@ApiModelProperty
(
value
=
"银联
SVC卡卡号(手机号)
"
,
required
=
true
)
private
String
code
;
private
String
code
;
@NotNull
(
message
=
"银联
礼品
卡密码必传"
)
@NotNull
(
message
=
"银联
SVC
卡密码必传"
)
@ApiModelProperty
(
value
=
"银联
礼品
卡密码"
,
required
=
true
)
@ApiModelProperty
(
value
=
"银联
SVC
卡密码"
,
required
=
true
)
private
String
password
;
private
String
password
;
}
}
...
...
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