mirror of
https://github.com/RemainderTime/spring-boot-base-demo.git
synced 2026-03-04 19:20:46 +08:00
登录接口功能rsa加密实现
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package cn.xf.basedemo.service;
|
||||
|
||||
import cn.xf.basedemo.model.res.LoginInfoRes;
|
||||
|
||||
/**
|
||||
* @program: xf-boot-base
|
||||
* @ClassName UserService
|
||||
@@ -9,5 +11,5 @@ package cn.xf.basedemo.service;
|
||||
**/
|
||||
public interface UserService {
|
||||
|
||||
String login(String encryptedData);
|
||||
String login(LoginInfoRes res);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user