mirror of
https://github.com/yangzongzhuan/RuoYi-Vue.git
synced 2025-06-07 18:49:05 +00:00
commit
1ccdd75019
@ -12,7 +12,7 @@ public class R<T> implements Serializable
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/** 成功 */
|
||||
public static final int SUCCESS = 0;
|
||||
public static final int SUCCESS = 200;
|
||||
|
||||
/** 失败 */
|
||||
public static final int FAIL = 500;
|
||||
|
Loading…
Reference in New Issue
Block a user