1
This commit is contained in:
18
Gatedge.ScanCode/Services/IServices/IAccountService.cs
Normal file
18
Gatedge.ScanCode/Services/IServices/IAccountService.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using Gatedge.K3Cloud.Utils.Model.K3Request;
|
||||
|
||||
namespace Gatedge.ScanCode.Services.IServices
|
||||
{
|
||||
/// <summary>
|
||||
/// 账号服务接口
|
||||
/// </summary>
|
||||
public interface IAccountService
|
||||
{
|
||||
/// <summary>
|
||||
/// 登录
|
||||
/// </summary>
|
||||
/// <param name="loginInfo"></param>
|
||||
/// <returns></returns>
|
||||
string Login(LoginInfo loginInfo);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user