Skip to content

Commit

Permalink
Sync Upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Ca11back committed Sep 20, 2021
1 parent 4ad77b4 commit 6d2dfea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jd_cash.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ function getSign(functionid, body, uuid) {
Host,
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
},
timeout: 15000
timeout: 30 * 1000
}
$.post(options, (err, resp, data) => {
try {
Expand Down
6 changes: 3 additions & 3 deletions jd_ccSign.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function getSign(functionid, body, uuid) {
Host,
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
},
timeout: 15000
timeout: 30 * 1000
}
$.post(options, (err, resp, data) => {
try {
Expand Down Expand Up @@ -201,13 +201,13 @@ function getsecretPin(pin) {
Host,
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
},
timeout: 15000
timeout: 30 * 1000
}
$.post(options, (err, resp, data) => {
try {
if (err) {
console.log(`${JSON.stringify(err)}`)
console.log(`${$.name} getSign API请求失败,请检查网路重试`)
console.log(`${$.name} getsecretPin API请求失败,请检查网路重试`)
} else {

}
Expand Down
2 changes: 1 addition & 1 deletion jd_connoisseur.js
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ function getSign(functionid, body, uuid) {
Host,
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
},
timeout: 30000
timeout: 30 * 1000
}
$.post(options, (err, resp, data) => {
try {
Expand Down
2 changes: 1 addition & 1 deletion jd_live.js
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ function getSign(functionid, body, uuid) {
Host,
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1 Edg/87.0.4280.88"
},
timeout: 15000
timeout: 30 * 1000
}
$.post(options, (err, resp, data) => {
try {
Expand Down

0 comments on commit 6d2dfea

Please sign in to comment.