🐛 Optimize and fix profile page loading issue

This commit is contained in:
2025-02-27 22:11:53 +08:00
parent 8e76ff3f84
commit b1af6c2c97
3 changed files with 33 additions and 13 deletions

View File

@ -0,0 +1,18 @@
meta {
name: Deal Abuse Report
type: http
seq: 3
}
put {
url: {{endpoint}}/cgi/id/reports/abuse/3/status
body: json
auth: inherit
}
body:json {
{
"status": "processed",
"message": "相关附件已经进行评级处理,未来会将该项权限下放到帖主以及社区成员。"
}
}