This commit is contained in:
Putoo
2026-07-16 17:52:33 +08:00
parent 2cd2ed02f8
commit 00c2758df2
43 changed files with 897 additions and 72 deletions

View File

@@ -52,8 +52,8 @@ namespace Application.Web.Controllers.Login
[HttpGet]
public async Task<string> HandleError()
{
var attrService = App.GetService<IUnitUserAttrService>();
var model = await attrService.GetUserAttrModel("32cd4777-e523-4cf9-b8f1-de13235f6170");
var magicService = App.GetService<IGameMagicService>();
await magicService.HandleMagicData();
return "1";