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 {
delayGapBegin int
delayGapEnd int
comments []string
delayGapBegin int `json:"delayGapBegin"`
delayGapEnd int `json:"delayGapEnd"`
comments []string `json:"comments"`
}
var (