add
This commit is contained in:
@ -54,7 +54,7 @@ public interface AuthConfigApiService {
|
||||
/**
|
||||
* 验证验证码
|
||||
*
|
||||
* @param code code
|
||||
* @param code result
|
||||
* @param uuid uuid
|
||||
*/
|
||||
void validateCaptcha(String code, String uuid);
|
||||
|
@ -44,7 +44,7 @@ public class RouterVo {
|
||||
private String component;
|
||||
|
||||
/**
|
||||
* 路由参数:如 {"id": 1, "name": "ry"}
|
||||
* 路由参数:如 {"id": 1, "dbName": "ry"}
|
||||
*/
|
||||
private String query;
|
||||
|
||||
|
Reference in New Issue
Block a user