Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
8
8timerapiv200
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
8timerv2
8timerapiv200
Commits
d1347eb5
Commit
d1347eb5
authored
Apr 08, 2020
by
dengshichuan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'wdz' into 'develop'
Wdz See merge request 8timerv2/8timerapiv200!20
parents
65aafb27
25c41592
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
src/main/java/cn/timer/api/controller/LoginController.java
+0
-0
src/main/java/cn/timer/api/dto/qyzx/EntRegisterDto.java
+5
-2
No files found.
src/main/java/cn/timer/api/controller/LoginController.java
View file @
d1347eb5
This diff is collapsed.
Click to expand it.
src/main/java/cn/timer/api/dto/qyzx/EntRegisterDto.java
View file @
d1347eb5
...
...
@@ -32,12 +32,15 @@ public class EntRegisterDto implements Serializable {
private
String
sendDate
;
@ApiModelProperty
(
value
=
"验证码 "
,
example
=
"666666"
)
private
Integer
code
;
private
String
code
;
@ApiModelProperty
(
value
=
"1.验证码 2.消息推送 3通知提醒 "
,
example
=
"1"
)
private
Integer
messageType
;
@ApiModelProperty
(
value
=
"短信模板:1.身份验证验证码 2.登录确认验证码 3.登录异常验证码 4.用户注册验证码 5.修改密码验证码 6.信息变更验证码 "
,
example
=
"1"
)
private
Integer
tc
;
@ApiModelProperty
(
value
=
"1.验证码修改密码 2.原密码修改密码 "
,
example
=
"1"
)
private
Integer
pwUpdateType
;
}
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