更新:删除功能、Gov.cn的备案解决。

This commit is contained in:
2024-11-07 18:11:45 +08:00
parent 15d968f0c8
commit 3f2862d118
3 changed files with 35 additions and 8 deletions
-1
View File
@@ -36,7 +36,6 @@ class Account
return redirect('/');
}
$record=Db::table('links')->where('user', "$user")->get();
print_r($record);
return view('my', ['user' => $user,'realname' => $realname,'record' => $record]);
}
public function captcha(Request $request)