代码提交

This commit is contained in:
wong
2025-10-20 14:22:20 +08:00
parent 87bf284943
commit 527d5341db
8 changed files with 301 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ class DataProcessing extends BaseController
$friend->save();
$msg = '修标签成功';
break;
case 'CmdAllotFriend':
case 'CmdAllotFriend': //迁移好友
if(empty($toAccountId)){
return ResponseHelper::error('参数缺失');
}