Skip to content

Commit

Permalink
fix: netease2
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoOwO authored Dec 3, 2022
1 parent f24e5dd commit 6efd710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataModule/netease2.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function randomUserAgent(){
const userAgent = randomUserAgent();

const options = (url, qs = {}, resolveWithFullResponse = false, cookie = true) => ({
url: `${url}${url.includes("?" ? "&" : "?")}realIP=${chinaIP}`,
url: `${url}${url.includes("?") ? "&" : "?"}realIP=${chinaIP}`,
params: qs,
jar: cookie ? jar : null,
resolveWithFullResponse
Expand Down

0 comments on commit 6efd710

Please sign in to comment.