write server mode

This commit is contained in:
2023-12-15 02:29:48 +00:00
parent 6a1f63e780
commit 2f21e0cca3
6 changed files with 112 additions and 3 deletions

View File

@ -69,7 +69,7 @@ memoryriver类维护一个缓存简单地缓存高频访问和连续访问
### 前端向后端
- `#OpenSession [TempChannelID]`:向调度模块申请一个新会话
- `#CloseSession [SessionToken] [OperationToken] [OuthenticationKey]`:显示地告知调度模块停止某个会话
- `#Request [SessionToken] [OperationToken] [OuthenticationKey] [UserCommand]`:向后端发送一个请求
- `#Request [SessionToken] [OperationToken] [OuthenticationKey]\n[UserCommand]`:向后端发送一个请求
- `#Who [SessionToken] [OperationToken] [OuthenticationKey]`:查询自己是谁和权限
- `#ShutDownSystem`:关闭整个系统