Skip to content

Commit

Permalink
Merge pull request #22 from zivillian/mygwm_login
Browse files Browse the repository at this point in the history
add cver header to h5
  • Loading branch information
zivillian committed Aug 7, 2024
2 parents c6cbe99 + 4e05aca commit 312b600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libgwmapi/GwmApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public GwmApiClient(HttpClient h5Client, HttpClient appClient)
_h5Client.DefaultRequestHeaders.Add("brand", "3");
_h5Client.DefaultRequestHeaders.Add("language", "en");
_h5Client.DefaultRequestHeaders.Add("systemType", "1");
_h5Client.DefaultRequestHeaders.Add("cver", "");
_h5Client.BaseAddress = new Uri("https://eu-h5-gateway.gwmcloud.com/app-api/api/v1.0/");

_appClient = appClient;
Expand Down

0 comments on commit 312b600

Please sign in to comment.