✨ add comment and reply framework
This commit is contained in:
@@ -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!"
|
@@ -63,3 +63,5 @@ RequestLimit = "请求频率过高!"
|
||||
404NotFound = "未找到资源!"
|
||||
PermissionVerifyFailed = "权限验证失败!"
|
||||
IllegalRequests = "非法请求!"
|
||||
RequestParamsNotEmpty = "请求参数不能为空!"
|
||||
TooManyImages = "最多只能上传5张图片!"
|
Reference in New Issue
Block a user