change default useragent
This commit is contained in:
@@ -8,7 +8,7 @@ const { createCipheriv } = require("crypto");
|
||||
class Signer {
|
||||
/** Default user-agent used to signed the requests */
|
||||
static DEFAULT_USERAGENT =
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1418.35";
|
||||
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0";
|
||||
/** Password for x-tt-params AES enc/dec */
|
||||
static PASSWORD = "webapp1.0+202106";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user