Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
huangzhicong
/
SmartCanteen
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b3b88f83
authored
Mar 23, 2020
by
pye52
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新文档对于扫码状态变更的描述
parent
41cfa9b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/src/main/java/com/bgycc/smartcanteen/state/QRCodeState.java
+2
-2
智慧食堂开发文档.docx
+0
-0
No files found.
app/src/main/java/com/bgycc/smartcanteen/state/QRCodeState.java
View file @
b3b88f83
...
...
@@ -7,15 +7,15 @@ import com.bgycc.smartcanteen.entity.PayData;
import
java.util.Objects
;
public
class
QRCodeState
{
public
static
final
int
INIT_FAILED
=
-
1
;
public
static
final
int
IDLE
=
0
;
public
static
final
int
SCANNING
=
1
;
public
static
final
int
SUCCESS
=
2
;
public
static
final
int
FAILED
=
3
;
public
static
final
int
PAY
=
4
;
public
static
final
int
ILLEGAL
=
5
;
public
static
final
int
INIT_FAILED
=
-
1
;
@IntDef
(
value
=
{
I
DLE
,
SCANNING
,
SUCCESS
,
FAILED
,
PAY
,
ILLEGAL
,
INIT_FAILED
})
@IntDef
(
value
=
{
I
NIT_FAILED
,
IDLE
,
SCANNING
,
SUCCESS
,
FAILED
,
PAY
,
ILLEGAL
})
public
@interface
QRCODE_STATE
{
}
...
...
智慧食堂开发文档.docx
View file @
b3b88f83
No preview for this file type
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