This commit is contained in:
suyl
2021-08-23 11:17:45 +08:00
parent 547524cfb9
commit acc1ef1b61

View File

@@ -34,9 +34,9 @@ const (
) )
type tReplyConfig struct { type tReplyConfig struct {
delayGapBegin int delayGapBegin int `json:"delayGapBegin"`
delayGapEnd int delayGapEnd int `json:"delayGapEnd"`
comments []string comments []string `json:"comments"`
} }
var ( var (