Update smzdm_task.js

This commit is contained in:
Hex
2023-03-04 12:42:23 +08:00
parent 5955b06317
commit 439bb073b9

View File

@@ -417,10 +417,10 @@ async function followUser(id, isFollow = true, cookie) {
});
if (isSuccess) {
$.log(`关注/取关成功: ${id}`);
$.log(`${isFollow ? '关注' : '取关'}成功: ${id}`);
}
else {
$.log(`关注/取关失败!${response}`);
$.log(`${isFollow ? '关注' : '取关'}失败!${response}`);
}
return {