Commit 1077d294 authored by xiaozhe.chen's avatar xiaozhe.chen

客服系统对接中台接口,用户修改、修改密码、修改账户状态

parent c35e71d2
......@@ -87,4 +87,8 @@ public class JsonResult<T> implements Serializable {
public boolean isSuccess() {
return "0000".equals(code) && "0000".equals(businessCode);
}
public boolean isSuccess2() {
return "0".equals(code);
}
}
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