Commit 596f5329 authored by fangxinjiang's avatar fangxinjiang

返回200

parent dfa30ce1
......@@ -51,6 +51,7 @@ public class R<T> implements Serializable {
public R(T data) {
super();
this.data = data;
this.code = CommonConstants.SUCCESS_CODE;
}
//这个异常类不要放开,new R(null)容易出现问题
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment