This commit is contained in:
Bob.Song
2026-03-26 18:01:04 +08:00
parent f696d08489
commit a924cd9c01
6 changed files with 256 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
<ItemGroup>
<PackageReference Include="Fantasy-Net" Version="2025.2.1423" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="9.0.14" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.14.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.14.0" />
</ItemGroup>

View File

@@ -57,13 +57,11 @@
networkProtocol=""
outerPort="0" innerPort="11031" />
<!-- <scene id="1007" -->
<!-- processConfigId="1" -->
<!-- worldConfigId="1" -->
<!-- sceneRuntimeMode="MultiThread" -->
<!-- sceneTypeString="Map" -->
<!-- networkProtocol="" -->
<!-- outerPort="0" innerPort="11061" /> -->
<!-- HTTP场景对外API接口 -->
<scene id="8001" processConfigId="1" worldConfigId="1"
sceneRuntimeMode="MultiThread" sceneTypeString="API"
networkProtocol="HTTP" outerPort="6052" innerPort="11004" />
</scenes>
</server>
</fantasy>