Commit 353ffbf8 authored by 技术部-任文超's avatar 技术部-任文超

补充常量注释

parent a48d5905
...@@ -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 -- 验证码常量组
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment