校验:添加接口校验

This commit is contained in:
luying
2022-06-21 19:44:03 +08:00
parent 1e74a3a20c
commit 19323ef71e
30 changed files with 1693 additions and 108 deletions

View File

@@ -212,7 +212,7 @@ export class EntryHandler {
* @param {Object} msg request message
* @param {Object} session current session object
*/
async gmEnter(msg: { token: string, serverId: number }, session: FrontendSession) {
async gmEnter(msg: { token: string }, session: FrontendSession) {
let self = this;