mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-05-11 22:32:13 +08:00
[优化]优化命名
This commit is contained in:
@@ -18,7 +18,7 @@ func InitJobLogRouter(container *restful.Container) {
|
||||
|
||||
ws := new(restful.WebService)
|
||||
ws.Path("/job/log").Produces(restful.MIME_JSON)
|
||||
tags := []string{"JobLog"}
|
||||
tags := []string{"任务日志"}
|
||||
|
||||
ws.Route(ws.GET("/list").To(func(request *restful.Request, response *restful.Response) {
|
||||
restfulx.NewReqCtx(request, response).WithLog("获取操作日志列表").Handle(s.GetJobLogList)
|
||||
|
||||
Reference in New Issue
Block a user