mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-26 08:36:14 +08:00
发布v2.11.5版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -67,6 +67,7 @@ type SiteConfigRes struct {
|
||||
Version string `json:"version" dc:"系统版本"`
|
||||
WsAddr string `json:"wsAddr" dc:"客户端websocket地址"`
|
||||
Domain string `json:"domain" dc:"对外域名"`
|
||||
Mode string `json:"mode" dc:"运行模式"`
|
||||
}
|
||||
|
||||
// SiteLoginConfigReq 获取登录配置
|
||||
|
@@ -81,3 +81,13 @@ type OnlineExecReq struct {
|
||||
type OnlineExecRes struct {
|
||||
*sysin.OnlineExecModel
|
||||
}
|
||||
|
||||
// DispatchLogReq 调度日志
|
||||
type DispatchLogReq struct {
|
||||
g.Meta `path:"/cron/dispatchLog" method:"post" tags:"定时任务" summary:"调度日志"`
|
||||
sysin.DispatchLogInp
|
||||
}
|
||||
|
||||
type DispatchLogRes struct {
|
||||
*sysin.DispatchLogModel
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@
|
||||
// @Copyright Copyright (c) 2023 HotGo CLI
|
||||
// @Author Ms <133814250@qq.com>
|
||||
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
|
||||
// @AutoGenerate Version 2.9.3
|
||||
// @AutoGenerate Version 2.11.5
|
||||
package curddemo
|
||||
|
||||
import (
|
||||
|
@@ -45,3 +45,13 @@ type CronOnlineExecReq struct {
|
||||
type CronOnlineExecRes struct {
|
||||
tcp.ServerRes
|
||||
}
|
||||
|
||||
// CronDispatchLogReq 调度日志
|
||||
type CronDispatchLogReq struct {
|
||||
*sysin.DispatchLogInp
|
||||
}
|
||||
|
||||
type CronDispatchLogRes struct {
|
||||
tcp.ServerRes
|
||||
*sysin.DispatchLogModel
|
||||
}
|
||||
|
Reference in New Issue
Block a user