自动点赞提交

This commit is contained in:
wong
2026-05-12 16:58:46 +08:00
parent 1d11f01115
commit 41ffb8a220
22 changed files with 1247 additions and 156 deletions

View File

@@ -188,6 +188,12 @@ class FriendTaskController extends BaseController
$data['memo'] = '操作过于频繁,请稍后再试';
}
if (strpos('登录过期,请重新登录', $item['extra']) !== false){
$data['reason'] = '登录过期';
$data['memo'] = '登录过期,请重新登录';
}
if (strpos('当前账号存在安全风险', $item['extra']) !== false){
$data['reason'] = '账号风险';
$data['memo'] = '当前账号存在安全风险,需先到「微信团队」进行安全验证后才能继续使用当前功能';