feat: 初始化

This commit is contained in:
2026-06-15 15:52:52 +08:00
parent 26833c40b0
commit fcb957e14d
16 changed files with 1273 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.webgame.webgamebackend.service;
public interface AccountService {
/**
* 登录
* @return token
*/
public String login();
}