✨ 幂等控制组件,粗糙的第一版
This commit is contained in:
@@ -32,6 +32,11 @@ public enum BaseResultCode implements ResultCode {
|
||||
*/
|
||||
FILE_UPLOAD_ERROR(90006, "File Upload Error"),
|
||||
|
||||
/**
|
||||
* 重复执行
|
||||
*/
|
||||
REPEATED_EXECUTE(90007, "Repeated execute"),
|
||||
|
||||
/**
|
||||
* 未知异常
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user