Skip to content

Commit

Permalink
Merge pull request #199 from QQ515237330/patch-1
Browse files Browse the repository at this point in the history
更新[苏宁易购] 修正链接
  • Loading branch information
chavyleung authored Aug 12, 2020
2 parents 9dacbfd + fa79b74 commit 5d434c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suning/suning.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function getgameinfo() {
function getinfo() {
return new Promise((resolve, reject) => {
const timestamp = Math.round(new Date().getTime()).toString()
const url = { url: `https://sign.suning.com/sign-web/m/promotion/sign/receiveSignDrip?_=${timestamp}`, headers: JSON.parse(VAL_signheader) }
const url = { url: `https://sign.suning.com/sign-web/m/promotion/sign/receiveSignDrip.do?_=${timestamp}`, headers: JSON.parse(VAL_signheader) }
delete url.headers['Cookie']
chavy.get(url, (error, response, data) => {
try {
Expand Down

0 comments on commit 5d434c1

Please sign in to comment.