From 8ada8fdd1aea337929e998099cdaaa76b380e11b Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 30 Jan 2021 01:33:21 +0800 Subject: [PATCH] 5g --- jd_5g.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jd_5g.js b/jd_5g.js index 0750819d..60b0f1c4 100644 --- a/jd_5g.js +++ b/jd_5g.js @@ -190,7 +190,7 @@ function getActInfo() { } else { data = JSON.parse(data); if (data && data['code'] === 200) { - message += `当前积分:${data.data.integralNum}` + message += `用户当前积分:${data.data.integralNum}\n` console.log(`用户当前积分:${data.data.integralNum}`) } else { console.log(data)