同步框架更新
This commit is contained in:
@ -36,6 +36,7 @@ public class R extends HashMap<String, Object> {
|
||||
public static R error(int code, String msg) {
|
||||
R r = new R();
|
||||
r.put("code", code);
|
||||
r.put("retcode", -1);
|
||||
r.put("msg", msg);
|
||||
r.put("data",null);
|
||||
return r;
|
||||
|
||||
Reference in New Issue
Block a user