feat: 初始化
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.webgame.webgamebackend.service;
|
||||
|
||||
public interface AccountService {
|
||||
/**
|
||||
* 登录
|
||||
* @return token
|
||||
*/
|
||||
public String login();
|
||||
}
|
||||
Reference in New Issue
Block a user