Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
xyqb-user2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
head_group
xyqb-user2
Commits
353ffbf8
Commit
353ffbf8
authored
Feb 02, 2018
by
技术部-任文超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
补充常量注释
parent
a48d5905
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
Constants.java
src/main/java/cn/quantgroup/xyqb/Constants.java
+6
-2
No files found.
src/main/java/cn/quantgroup/xyqb/Constants.java
View file @
353ffbf8
...
@@ -94,13 +94,17 @@ public interface Constants {
...
@@ -94,13 +94,17 @@ public interface Constants {
String
AES_KEY
=
"ScnmRBhuQpo9kBdn"
;
String
AES_KEY
=
"ScnmRBhuQpo9kBdn"
;
String
GT_CAPTCHA_AVAILABLE
=
"0"
;
// -- Start -- 验证码常量组
int
GT_CAPTCHA_VALIDATE_SUCCESS
=
1
;
int
GT_CAPTCHA_VALIDATE_SUCCESS
=
1
;
String
FN_GEETEST_CHALLENGE
=
"geetest_challenge"
;
String
FN_GEETEST_CHALLENGE
=
"geetest_challenge"
;
String
FN_GEETEST_VALIDATE
=
"geetest_validate"
;
String
FN_GEETEST_VALIDATE
=
"geetest_validate"
;
String
FN_GEETEST_SECCODE
=
"geetest_seccode"
;
String
FN_GEETEST_SECCODE
=
"geetest_seccode"
;
/** 验证类型请求参数名 */
String
TEST_PARAM
=
"testType"
;
String
TEST_PARAM
=
"testType"
;
/** 验证类型 - 极验 */
String
TEST_TYPE_GT
=
"gt"
;
String
TEST_TYPE_GT
=
"gt"
;
/** 验证类型 - 量化派图形验证 */
String
TEST_TYPE_QG
=
"qg"
;
String
TEST_TYPE_QG
=
"qg"
;
String
CAPTCHA_OF_QG_OR_GT
=
"success"
;
// -- End -- 验证码常量组
}
}
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