mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-01-30 15:19:32 +08:00
删除 - 测试用例
This commit is contained in:
parent
cc1852e69a
commit
e5d8e6d9c5
@ -8,14 +8,6 @@ const UUID = require('uuid');
|
||||
const tools = require('../../core/tools');
|
||||
const serverModel = require('../../model/ServerModel');
|
||||
|
||||
|
||||
let e = {
|
||||
servername: "xxxxxx",
|
||||
commande: "xxxxxx",
|
||||
timestr: "",
|
||||
count: 0
|
||||
}
|
||||
|
||||
function CreateScheduleJob(obj) {
|
||||
let id = tools.randomString(6) + "_" + new Date().getTime();
|
||||
let thisServer = serverModel.ServerManager().getServer(obj.servername);
|
||||
|
Loading…
Reference in New Issue
Block a user