🎨 Update Client Type of Request Header

This commit is contained in:
洛水居室 2022-12-23 23:01:31 +08:00
parent 5696caf589
commit a7eefa8c68
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -84,7 +84,7 @@ class BaseClient:
if region == types.Region.OVERSEAS:
headers = {
"x-rpc-app_version": "1.5.0",
"x-rpc-client_type": "4",
"x-rpc-client_type": "5",
"x-rpc-language": lang,
"ds": generate_dynamic_secret(),
}