后台:接口修改

This commit is contained in:
luying
2021-12-27 18:17:00 +08:00
parent 602cc68693
commit 32be4af818
8 changed files with 28 additions and 11 deletions
@@ -37,7 +37,7 @@ export class GmHandler {
let update = params.getUpdateParam(oldRegion);
region = await RegionModel.updateRegion(params.id, update, uid);
}
await initAutoCreateServer(region);
await pinus.app.rpc.systimer.systimerRemote.initAutoCreateServer.broadcast(region);
return resResult(STATUS.SUCCESS);
}