This commit is contained in:
2023-06-27 18:08:04 +08:00
parent ae12b7f2ff
commit 5d52e6f166
31 changed files with 813 additions and 140 deletions

View File

@ -54,7 +54,7 @@ public interface AuthConfigApiService {
/**
* 验证验证码
*
* @param code code
* @param code result
* @param uuid uuid
*/
void validateCaptcha(String code, String uuid);