curl --location --request GET 'http://localhost:3000/settings'
{
"status": true,
"message": "查询系统信息成功。",
"data": {
"setting": {
"id": 1,
"createdAt": "2025-04-22 18:37:19",
"updatedAt": "2025-04-22 18:37:19",
"name": "长乐未央 - 快乐的程序员社区",
"icp": "鄂ICP备13016268号-11",
"copyright": "© 2013-2025 Changle Weiyang Inc. All Rights Reserved."
}
}
}