fix: CustomHeader 未正确传入的问题

This commit is contained in:
Mmx233
2023-12-04 17:00:52 +08:00
parent 690f7fd37d
commit e0aa2eca28

View File

@@ -22,6 +22,7 @@ func Login(eth *tools.Eth, debugOutput bool) error {
Meta: *config.Meta, Meta: *config.Meta,
}, },
Client: httpClient, Client: httpClient,
CustomHeader: config.Settings.CustomHeader,
}) })
// 嗅探 acid // 嗅探 acid