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

This commit is contained in:
刘祥超
2021-08-24 20:45:07 +08:00
parent e9dadd5571
commit 14cb3bdc67
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)