mirror of
https://github.com/lzh-1625/go_process_manager.git
synced 2025-10-03 15:16:29 +08:00
1
This commit is contained in:
@@ -102,6 +102,7 @@ func (p *procApi) GetProcessConfig(ctx *gin.Context, req model.ProcessUuidReq) (
|
|||||||
if data.Uuid == 0 {
|
if data.Uuid == 0 {
|
||||||
return errors.New("no information found")
|
return errors.New("no information found")
|
||||||
}
|
}
|
||||||
|
rOk(ctx, "success", data)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user