WechatSogou
WechatSogou copied to clipboard
在使用代理的时候需要将proxy-Authorization这个参数注入到headers中,要如何处理
在使用代理的时候需要将proxy-Authorization这个参数注入到headers中,要如何处理
headers["proxy-Authorization"] = auth
同问
WechatSogouAPI(headers={'proxy-Authorization': auth})