🎨 重构用户端前端为vue开发,完善基础类和角色相关接口
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
package app
|
||||
|
||||
import "git.echol.cn/loser/st/server/service"
|
||||
|
||||
type ApiGroup struct {
|
||||
AuthApi
|
||||
CharacterApi
|
||||
}
|
||||
|
||||
var (
|
||||
authService = service.ServiceGroupApp.AppServiceGroup.AuthService
|
||||
characterService = service.ServiceGroupApp.AppServiceGroup.CharacterService
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user