From 95e3fcb65948dc0e4b250ab231a5f323578645b2 Mon Sep 17 00:00:00 2001 From: lxk0301 <778732665@qq.com> Date: Sat, 20 Mar 2021 10:02:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=E5=9F=9F=E5=90=8D=EF=BC=8C=E6=9C=8D=E5=8A=A1=E5=99=A8=E9=A1=B6?= =?UTF-8?q?=E4=B8=8D=E4=BD=8F=E9=AB=98=E5=B9=B6=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jd_mohe.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jd_mohe.js b/jd_mohe.js index c2869288..e3db1edb 100644 --- a/jd_mohe.js +++ b/jd_mohe.js @@ -80,7 +80,7 @@ $.shareId = []; if (new Date().getHours() === 22) { $.msg($.name, '', `任务已做完\n抽奖详情查看 https://isp5g.m.jd.com`, {"open-url": "https://isp5g.m.jd.com"}); } - await $.http.get({url: `https://code.chiang.fun//api/v1/jd/mohe/read/20`, timeout: 10000}).then(async (resp) => { + await $.http.get({url: `https://code.c-hiang.cn//api/v1/jd/mohe/read/20`, timeout: 10000}).then(async (resp) => { if (resp.statusCode === 200) { try { let { body } = resp; @@ -495,7 +495,7 @@ function shareUrl() { $.shareId.push(data['data']); console.log(`\n【京东账号${$.index}(${$.nickName || $.UserName})的${$.name}好友互助码】${data['data']}\n`); console.log(`此邀请码一天一变化,旧的不可用`) - await $.http.get({url: `https://code.chiang.fun/autocommit/mohe/insert/${data['data']}`, timeout: 10000}).then((resp) => { + await $.http.get({url: `https://code.c-hiang.cn/autocommit/mohe/insert/${data['data']}`, timeout: 10000}).then((resp) => { // console.log('resp', resp) if (resp.statusCode === 200) { try {