mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-22 22:36:06 +08:00
修复status接口参数
This commit is contained in:
parent
be4efbad5d
commit
91a5e13cf2
|
@ -270,8 +270,8 @@ export default (app: Router) => {
|
|||
status: Joi.string().required(),
|
||||
pid: Joi.string().optional(),
|
||||
log_path: Joi.string().optional(),
|
||||
last_running_time: Joi.string().optional(),
|
||||
last_execution_time: Joi.string().optional(),
|
||||
last_running_time: Joi.number().optional(),
|
||||
last_execution_time: Joi.number().optional(),
|
||||
}),
|
||||
}),
|
||||
async (req: Request, res: Response, next: NextFunction) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user