fix(115): change ua (#7196 close #7191)

pull/7204/head^2
lm379 2024-09-17 01:34:47 +08:00 committed by GitHub
parent b7ae56b109
commit f06d2c0348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import (
"github.com/pkg/errors"
)
var UserAgent = driver115.UA115Desktop
var UserAgent = driver115.UA115Browser
func (d *Pan115) login() error {
var err error