mirror of
https://github.com/project-redbud/FunGame-Server.git
synced 2025-04-22 03:59:36 +08:00

* 添加 Web API 和 RESTful API 模式; * 添加 SQLite 模式; * 添加 ISocketMessageProcessor 和 ISocketListener<> 接口,用于统一数据访问; * 重做了 ISocketModel; * 完善了 WebSocket 的连接模式。
7 lines
135 B
HTTP
7 lines
135 B
HTTP
@FunGame.WebAPI_HostAddress = http://localhost:5117
|
|
|
|
GET {{FunGame.WebAPI_HostAddress}}/weatherforecast/
|
|
Accept: application/json
|
|
|
|
###
|