diff --git a/pkg/provider/jd/config.go b/pkg/provider/jd/config.go index 6df3835..d265bef 100644 --- a/pkg/provider/jd/config.go +++ b/pkg/provider/jd/config.go @@ -1,6 +1,6 @@ package jd -// Config is the configuration for Alipay. +// Config is the configuration for JD. type Config struct { Rules []Rule `mapstructure:"rules,omitempty"` }