|
@@ -24,10 +24,10 @@ type RefreshConfigReq struct {
|
|
type SaveEdbRefreshConfigReq struct {
|
|
type SaveEdbRefreshConfigReq struct {
|
|
Source int `description:"来源"`
|
|
Source int `description:"来源"`
|
|
SubSource int `description:"子来源"`
|
|
SubSource int `description:"子来源"`
|
|
- ClassifyId string `description:"分类id"`
|
|
|
|
|
|
+ ClassifyId string `description:"分类id,支持多选,用英文,隔开"`
|
|
TerminalCode string `description:"终端编码"`
|
|
TerminalCode string `description:"终端编码"`
|
|
- SysUserId string `description:"操作人id"`
|
|
|
|
- Frequency string `description:"频度"`
|
|
|
|
|
|
+ SysUserId string `description:"操作人id,支持多选,用英文,隔开"`
|
|
|
|
+ Frequency string `description:"频度,支持多选,用英文,隔开"`
|
|
Keyword string `description:"关键字"`
|
|
Keyword string `description:"关键字"`
|
|
Status string `description:"状态,枚举值:启用、暂停"`
|
|
Status string `description:"状态,枚举值:启用、暂停"`
|
|
IsSelectAll bool `description:"是否选择所有指标"`
|
|
IsSelectAll bool `description:"是否选择所有指标"`
|
|
@@ -40,10 +40,10 @@ type SaveEdbRefreshConfigReq struct {
|
|
type SaveEdbRefreshStatusReq struct {
|
|
type SaveEdbRefreshStatusReq struct {
|
|
Source int `description:"来源"`
|
|
Source int `description:"来源"`
|
|
SubSource int `description:"子来源"`
|
|
SubSource int `description:"子来源"`
|
|
- ClassifyId string `description:"分类id"`
|
|
|
|
|
|
+ ClassifyId string `description:"分类id,支持多选,用英文,隔开"`
|
|
TerminalCode string `description:"终端编码"`
|
|
TerminalCode string `description:"终端编码"`
|
|
- SysUserId string `description:"操作人id"`
|
|
|
|
- Frequency string `description:"频度"`
|
|
|
|
|
|
+ SysUserId string `description:"操作人id,支持多选,用英文,隔开"`
|
|
|
|
+ Frequency string `description:"频度,支持多选,用英文,隔开"`
|
|
Keyword string `description:"关键字"`
|
|
Keyword string `description:"关键字"`
|
|
Status string `description:"状态,枚举值:启用、暂停"`
|
|
Status string `description:"状态,枚举值:启用、暂停"`
|
|
IsSelectAll bool `description:"是否选择所有指标"`
|
|
IsSelectAll bool `description:"是否选择所有指标"`
|