代码调整

This commit is contained in:
2023-06-15 16:01:50 +08:00
parent d9468d2c5e
commit 4350a2c342
22 changed files with 720 additions and 42 deletions

View File

@@ -94,6 +94,8 @@ public interface SecurityConstants {
String REFRESH_TOKEN = "refresh_token";
String USERNAME = "username";
String PASSWORD = "password";
String PHONE = "phone";
String SMS_CODE = "smsCode";
String IMAGE_CODE = "imageCode";
String VERIFY_CODE = "verifyCode";