Skip to content

Commit

Permalink
delete useless ua param
Browse files Browse the repository at this point in the history
  • Loading branch information
111inhistory authored Nov 5, 2024
1 parent 1fc1495 commit 90fba6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ service.interceptors.request.use(function (config) {
config.params.realIP = '211.161.244.70';
}

if (!config.params.ua) config.params.ua = 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36 Chrome/91.0.4472.164 NeteaseMusicDesktop/3.0.18.203152';

if (!config.params.crypto) config.params.crypto = 'eapi';

// Force real_ip
Expand Down

0 comments on commit 90fba6d

Please sign in to comment.