mirror of
https://github.com/hex-ci/smzdm_script.git
synced 2026-02-02 18:48:52 +08:00
Update smzdm_task.js
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user