增加忽略相似消息周期设置

This commit is contained in:
GoEdgeLab
2021-08-24 20:45:07 +08:00
parent f3703b6ebd
commit fe1c412493
7 changed files with 48 additions and 7 deletions

View File

@@ -69,6 +69,8 @@ func (this *CreatePopupAction) RunPost(params struct {
RateMinutes int32
RateCount int32
HashLife int32
Description string
Must *actions.Must
@@ -251,6 +253,7 @@ func (this *CreatePopupAction) RunPost(params struct {
ParamsJSON: optionsJSON,
Description: params.Description,
RateJSON: rateJSON,
HashLife: params.HashLife,
})
if err != nil {
this.ErrorPage(err)