Skip to content

Commit

Permalink
修复球队赢好礼通知乱码
Browse files Browse the repository at this point in the history
  • Loading branch information
zero205 committed Apr 26, 2021
1 parent 5cc780a commit ff16011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jd_tcl.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const JD_API_HOST = "https://api.m.jd.com/client.action";
await main()
}
}
if ($.isNode()) await notify.sendNotify(`${$.name}`, `${message}\n\n如需做注册店铺会员任务,请点击下方链接手动完成\nhttps%3A%2F%2Fmpdz-isv.isvjcloud.com%2Fql%2Ffront%2Ftcl002%2FloadTclAct%3Fid%3DtclTeamAct002%26user_id%3D10299171\n\nhttps://mpdz-isv.isvjcloud.com/ql/front/tcl002/loadTclAct?id=tclTeamAct002&user_id=10299171`);
if ($.isNode()) await notify.sendNotify(`${$.name}`, `${message}\n\n`);
})()
.catch((e) => {
$.log("", `❌ ${$.name}, 失败! 原因: ${e}!`, "");
Expand Down

0 comments on commit ff16011

Please sign in to comment.