Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
d0b76f76
Commit
d0b76f76
authored
Oct 30, 2023
by
songyinghui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature: 内容5期
parent
8941f4d9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
AccountAuthorizeVo.java
...ban/manage/web/vo/content/account/AccountAuthorizeVo.java
+15
-0
No files found.
haoban-manage3-wx/src/main/java/com/gic/haoban/manage/web/vo/content/account/AccountAuthorizeVo.java
View file @
d0b76f76
...
...
@@ -20,6 +20,13 @@ public class AccountAuthorizeVo implements Serializable {
*/
private
String
qrCode
;
/**
* 状态
* 1 初始化中 (此时携带key轮询生成二维码)
* 2 已完成 (此时会返回二维码数据)
*/
private
Integer
status
;
public
String
getKey
()
{
return
key
;
}
...
...
@@ -35,4 +42,12 @@ public class AccountAuthorizeVo implements Serializable {
public
void
setQrCode
(
String
qrCode
)
{
this
.
qrCode
=
qrCode
;
}
public
Integer
getStatus
()
{
return
status
;
}
public
void
setStatus
(
Integer
status
)
{
this
.
status
=
status
;
}
}
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