系统:停服维护逻辑

This commit is contained in:
luying
2021-07-15 14:40:26 +08:00
parent 352aecfb56
commit 0028c9b992
26 changed files with 348 additions and 50 deletions
@@ -66,7 +66,7 @@ export class RoleHandler {
await checkPvp(role);
return resResult(STATUS.SUCCESS, {
roleId, roleName, heroes
roleId, roleName, ...heroes
})
}