增加文档、视频教程的地址

This commit is contained in:
YunaiV
2022-07-13 22:05:01 +08:00
parent 33a31cfb0f
commit c92cc26171
4 changed files with 12 additions and 16 deletions

View File

@ -16,7 +16,6 @@ public enum LoginResultEnum {
CAPTCHA_NOT_FOUND(30), // 图片验证码不存在
CAPTCHA_CODE_ERROR(31), // 图片验证码不正确
UNKNOWN_ERROR(100), // 未知异常
;
/**