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

@@ -62,4 +62,6 @@ SystemError = "system error, please contact the administrator!"
RequestLimit = "request limit!"
404NotFound = "404 not found!"
PermissionVerifyFailed = "permission verify failed!"
IllegalRequests = "illegal requests!"
IllegalRequests = "illegal requests!"
RequestParamsNotEmpty = "request params can not be empty!"
TooManyImages = "too many images!"