add comment and reply framework

This commit is contained in:
landaiqing
2024-09-19 18:44:53 +08:00
parent ef5d7daa10
commit 8d5d918a7d
11 changed files with 80 additions and 20 deletions

View File

@@ -63,3 +63,5 @@ RequestLimit = "请求频率过高!"
404NotFound = "未找到资源!"
PermissionVerifyFailed = "权限验证失败!"
IllegalRequests = "非法请求!"
RequestParamsNotEmpty = "请求参数不能为空!"
TooManyImages = "最多只能上传5张图片!"