Merge pull request #247 from yangtingxiao/master

Fix jingrongsteel checkin
This commit is contained in:
NobyDa 2020-12-02 11:51:04 +08:00 committed by GitHub
commit d7aa80be57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
京东多合一签到脚本
更新时间: 2020.11.17 21:35 v1.85
更新时间: 2020.12.02 09:38 v1.86
有效接口: 48+
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
电报频道: @NobyDa
@ -607,11 +607,11 @@ function JingRongSteel(s) {
if (disable("JRSteel")) return resolve()
setTimeout(() => {
const JRSUrl = {
url: 'https://ms.jr.jd.com/gw/generic/gry/h5/m/signIn',
url: 'https://ms.jr.jd.com/gw/generic/hy/h5/m/signIn1',
headers: {
Cookie: KEY
},
body: "reqData=%7B%22channelSource%22%3A%22JRAPP%22%2C%22riskDeviceParam%22%3A%22%7B%7D%22%7D"
body: "reqData=%7B%22channelSource%22%3A%22JRAPP6.0%22%2C%22riskDeviceParam%22%3A%22%7B%7D%22%7D"
};
$nobyda.post(JRSUrl, function(error, response, data) {
try {