voucher/internal/pkg/wechat/srv/srv.go

8 lines
95 B
Go

package srv
import "voucher/internal/pkg/wechat/utils"
type Srv struct {
*utils.MchConfig
}