后台:接口修改
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user